mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 18:38:29 +02:00
Hopefully fix this upgrade for pgsql re: contacts
This commit is contained in:
@ -151,7 +151,8 @@
|
||||
email varchar(64),
|
||||
email_type varchar(32) DEFAULT 'INTERNET',
|
||||
email_home varchar(64),
|
||||
email_home_type varchar(32) DEFAULT 'INTERNET'
|
||||
email_home_type varchar(32) DEFAULT 'INTERNET',
|
||||
primary key (id),
|
||||
unique(id)
|
||||
)";
|
||||
|
||||
|
Reference in New Issue
Block a user