Oops, serial, dummy

This commit is contained in:
Miles Lott 2001-03-16 01:41:39 +00:00
parent 21d4d7319d
commit e4d1e6ec0c
2 changed files with 2 additions and 2 deletions

View File

@ -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),

View File

@ -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),