mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Remove unique() per mdean
This commit is contained in:
@@ -152,8 +152,7 @@
|
||||
email_type varchar(32) DEFAULT 'INTERNET',
|
||||
email_home varchar(64),
|
||||
email_home_type varchar(32) DEFAULT 'INTERNET',
|
||||
primary key (id),
|
||||
unique(id)
|
||||
primary key (id)
|
||||
)";
|
||||
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
Reference in New Issue
Block a user