mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 08:30:12 +01:00
schema change
This commit is contained in:
parent
ce61188c7c
commit
34c068863f
@ -287,7 +287,8 @@ create table if not exists `remote` (
|
|||||||
|
|
||||||
create table if not exists `domain` (
|
create table if not exists `domain` (
|
||||||
`domain` char(64) not null primary key,
|
`domain` char(64) not null primary key,
|
||||||
`mapped` char(64) not null
|
`mapped` char(64) not null,
|
||||||
|
`ldap_id` int default 0
|
||||||
) ENGINE=InnoDB;
|
) ENGINE=InnoDB;
|
||||||
|
|
||||||
insert into `domain` (`domain`, `mapped`) values('local', 'local');
|
insert into `domain` (`domain`, `mapped`) values('local', 'local');
|
||||||
|
Loading…
Reference in New Issue
Block a user