|
From: FlorinCB <ory...@us...> - 2008-08-19 14:35:09
|
Update of /cvsroot/mxbb/core/install/schemas In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9135/install/schemas Modified Files: mysql_41_schema_install.sql Log Message: ready :) Index: mysql_41_schema_install.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_41_schema_install.sql,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mysql_41_schema_install.sql 19 Aug 2008 02:46:24 -0000 1.4 --- mysql_41_schema_install.sql 19 Aug 2008 14:35:02 -0000 1.5 *************** *** 63,68 **** `block_id` smallint(5) unsigned NOT NULL default '0', `parameter_id` smallint(5) unsigned NOT NULL default '0', ! `parameter_value` text NOT NULL, ! `parameter_opt` text NOT NULL, `sub_id` int(255) unsigned NOT NULL default '0', PRIMARY KEY (`block_id`,`parameter_id`,`sub_id`) --- 63,68 ---- `block_id` smallint(5) unsigned NOT NULL default '0', `parameter_id` smallint(5) unsigned NOT NULL default '0', ! `parameter_value` text, ! `parameter_opt` text, `sub_id` int(255) unsigned NOT NULL default '0', PRIMARY KEY (`block_id`,`parameter_id`,`sub_id`) *************** *** 758,760 **** replacement char(100) NOT NULL, PRIMARY KEY (word_id) ! ) CHARACTER SET `utf8` COLLATE `utf8_bin`; \ No newline at end of file --- 758,760 ---- replacement char(100) NOT NULL, PRIMARY KEY (word_id) ! ) CHARACTER SET `utf8` COLLATE `utf8_bin`; |