Update of /cvsroot/phpwebsite-comm/modules/contacts/boost
In directory sc8-pr-cvs1:/tmp/cvs-serv26427/boost
Modified Files:
install.sql
Log Message:
Lots of work for addresses
Index: install.sql
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/contacts/boost/install.sql,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** install.sql 29 May 2003 17:46:54 -0000 1.4
--- install.sql 31 May 2003 07:36:43 -0000 1.5
***************
*** 80,84 ****
stateprov varchar(20) NOT NULL default '',
postalcode varchar(10) default '',
! countrycode varchar(5) NOT NULL default '',
PRIMARY KEY (id)
);
--- 80,84 ----
stateprov varchar(20) NOT NULL default '',
postalcode varchar(10) default '',
! country_id int NOT NULL default '0',
PRIMARY KEY (id)
);
|