Update of /cvsroot/openfirst/guestbook/setup
In directory sc8-pr-cvs1:/tmp/cvs-serv25328/setup
Modified Files:
setup.mysql
Log Message:
Change MySQL script to conform with new standard.
Index: setup.mysql
===================================================================
RCS file: /cvsroot/openfirst/guestbook/setup/setup.mysql,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** setup.mysql 8 Jun 2003 02:17:47 -0000 1.1
--- setup.mysql 21 Jun 2003 15:51:07 -0000 1.2
***************
*** 1,14 ****
! CREATE TABLE ofirst_guestbook (
! guest text,
! email text,
! ICQ text,
! AIM text,
! MSN text,
! YIM text,
! IRC text,
! webpage text,
! location text,
! comment text,
! date text,
! deletecode text
! ) TYPE=MyISAM;
\ No newline at end of file
--- 1 ----
! CREATE TABLE ofirst_guestbook (guest text, email text, ICQ text, AIM text, MSN text, YIM text, IRC text, webpage text, location text, comment text, date text, deletecode text) TYPE=MyISAM;
|