[geeklog-cvs] Geeklog-2/sql create.sql,1.2,1.3

tony at iowaoutdoors.org tony at iowaoutdoors.org
Sat Dec 18 02:01:14 EST 2004


Update of /var/cvs/Geeklog-2/sql
In directory www:/tmp/cvs-serv31304

Modified Files:
	create.sql 
Log Message:
zone_id was renamed to timezone_id
----------------------------------------------------------------------


Index: create.sql
===================================================================
RCS file: /var/cvs/Geeklog-2/sql/create.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** create.sql	18 Dec 2004 06:57:57 -0000	1.2
--- create.sql	18 Dec 2004 07:01:12 -0000	1.3
***************
*** 49,53 ****
    offset int NOT NULL,
    description varchar(128),
!   PRIMARY KEY(zone_id),
    INDEX (code)
  ) TYPE=INNODB;
--- 49,53 ----
    offset int NOT NULL,
    description varchar(128),
!   PRIMARY KEY(timezone_id),
    INDEX (code)
  ) TYPE=INNODB;




More information about the geeklog-cvs mailing list