there was a comma to much

This commit is contained in:
Lars Kneschke 2001-02-04 15:44:56 +00:00
parent 4fdff3b94d
commit 000fd660ad

View File

@ -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 (