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