mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Oops, serial, dummy
This commit is contained in:
parent
21d4d7319d
commit
e4d1e6ec0c
@ -102,7 +102,7 @@
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
||||
$sql = "CREATE TABLE phpgw_addressbook (
|
||||
id int(8) NOT NULL auto_increment,
|
||||
id serial,
|
||||
lid varchar(32),
|
||||
tid char(1),
|
||||
owner int(8),
|
||||
|
@ -1453,7 +1453,7 @@
|
||||
$db1 = $phpgw_setup->db;
|
||||
|
||||
$sql="CREATE TABLE phpgw_addressbook_temp (
|
||||
id int(8) NOT NULL auto_increment,
|
||||
id serial,
|
||||
lid varchar(32),
|
||||
tid char(1),
|
||||
owner int(8),
|
||||
|
Loading…
Reference in New Issue
Block a user