mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
added the private feature
This commit is contained in:
@ -314,6 +314,12 @@ create table if not exists `note` (
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
|
||||
create table if not exists `private` (
|
||||
`id` bigint unsigned not null unique,
|
||||
key (`id`)
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
|
||||
create table if not exists `remote` (
|
||||
`remotedomain` char(64) not null primary key,
|
||||
`remotehost` char(64) not null,
|
||||
|
Reference in New Issue
Block a user