Update of /cvsroot/perfparse/_perfparse/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5790
Modified Files:
mysql_create.sql
Log Message:
added comment to policies
Index: mysql_create.sql
===================================================================
RCS file: /cvsroot/perfparse/_perfparse/scripts/mysql_create.sql,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** mysql_create.sql 12 Dec 2006 23:44:18 -0000 1.9
--- mysql_create.sql 28 Dec 2006 23:28:29 -0000 1.10
***************
*** 24,28 ****
policy_id INT AUTO_INCREMENT PRIMARY KEY,
policy_name VARCHAR(20) NOT NULL UNIQUE,
! delete_policy_seconds INT DEFAULT NULL
) TYPE=InnoDB;
--- 24,29 ----
policy_id INT AUTO_INCREMENT PRIMARY KEY,
policy_name VARCHAR(20) NOT NULL UNIQUE,
! delete_policy_seconds INT DEFAULT NULL,
! policy_comment TEXT,
) TYPE=InnoDB;
|