mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Remove trailing comma
This commit is contained in:
parent
9a6482d86b
commit
2203e3deac
@ -69,7 +69,7 @@
|
||||
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)
|
||||
)";
|
||||
|
||||
$db->query($sql);
|
||||
|
Loading…
Reference in New Issue
Block a user