[wpdev-commits] xmlscripts wolfpack.sql,1.28,1.29
Brought to you by:
rip,
thiagocorrea
|
From: <co...@us...> - 2003-11-23 15:11:02
|
Update of /cvsroot/wpdev/xmlscripts In directory sc8-pr-cvs1:/tmp/cvs-serv20246 Modified Files: wolfpack.sql Log Message: sql fix effects_properties.key -> keyname Index: wolfpack.sql =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/wolfpack.sql,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** wolfpack.sql 26 Sep 2003 03:22:33 -0000 1.28 --- wolfpack.sql 23 Nov 2003 15:10:59 -0000 1.29 *************** *** 252,259 **** CREATE TABLE `effects_properties` ( `id` int(11) NOT NULL default '0', ! `key` varchar(64) NOT NULL default '', `type` varchar(64) NOT NULL default '', `value` text NOT NULL, ! PRIMARY KEY (`id`,`key`) ); --- 252,259 ---- CREATE TABLE `effects_properties` ( `id` int(11) NOT NULL default '0', ! `keyname` varchar(64) NOT NULL default '', `type` varchar(64) NOT NULL default '', `value` text NOT NULL, ! PRIMARY KEY (`id`,`keyname`) ); |