From: Cedric T. <ced...@us...> - 2007-02-22 16:27:03
|
Update of /cvsroot/perfparse/_perfparse/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22382/perfparse-all/scripts Modified Files: mysql_create.sql Log Message: Correct creation of table perfdata_delete_policy (MySQL) Index: mysql_create.sql =================================================================== RCS file: /cvsroot/perfparse/_perfparse/scripts/mysql_create.sql,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mysql_create.sql 28 Dec 2006 23:28:29 -0000 1.10 --- mysql_create.sql 22 Feb 2007 16:26:54 -0000 1.11 *************** *** 25,29 **** policy_name VARCHAR(20) NOT NULL UNIQUE, delete_policy_seconds INT DEFAULT NULL, ! policy_comment TEXT, ) TYPE=InnoDB; --- 25,29 ---- policy_name VARCHAR(20) NOT NULL UNIQUE, delete_policy_seconds INT DEFAULT NULL, ! policy_comment TEXT ) TYPE=InnoDB; |