From cd7df86ee8963daaa8fda6a10651cca7f9904c00 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sun, 4 Feb 2001 12:43:46 +0000 Subject: [PATCH] Change default table names --- addressbook/sql/addressbook.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addressbook/sql/addressbook.sql b/addressbook/sql/addressbook.sql index d34d9d1027..c83f17459b 100644 --- a/addressbook/sql/addressbook.sql +++ b/addressbook/sql/addressbook.sql @@ -2,10 +2,10 @@ # -------------------------------------------------------- # -# Table structure for table 'addressbook' +# Table structure for table 'phpgw_addressbook' # -CREATE TABLE addressbook ( +CREATE TABLE phpgw_addressbook ( id int(8) DEFAULT '0' NOT NULL, lid varchar(32), tid char(1), @@ -63,7 +63,7 @@ CREATE TABLE addressbook ( UNIQUE id (id), ); -CREATE TABLE addressbook_extra ( +CREATE TABLE phpgw_addressbook_extra ( contact_id int(11), contact_owner int(11), contact_name varchar(255),