mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
there was a comma to much
This commit is contained in:
parent
4fdff3b94d
commit
000fd660ad
@ -60,7 +60,7 @@ CREATE TABLE phpgw_addressbook (
|
||||
d_email_work enum('y','n') DEFAULT 'n' NOT NULL,
|
||||
d_email_home enum('y','n') DEFAULT 'n' NOT NULL,
|
||||
PRIMARY KEY (id),
|
||||
UNIQUE id (id),
|
||||
UNIQUE id (id)
|
||||
);
|
||||
|
||||
CREATE TABLE phpgw_addressbook_extra (
|
||||
|
Loading…
Reference in New Issue
Block a user