schema change

This commit is contained in:
SJ 2013-07-26 14:29:33 +02:00
parent ce61188c7c
commit 34c068863f

View File

@ -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');