Update of /cvsroot/perfparse/_perfparse/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14154
Modified Files:
mysql_create.sql
Log Message:
small fix
Index: mysql_create.sql
===================================================================
RCS file: /cvsroot/perfparse/_perfparse/scripts/mysql_create.sql,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** mysql_create.sql 22 Feb 2007 16:26:54 -0000 1.11
--- mysql_create.sql 1 Apr 2007 22:45:14 -0000 1.12
***************
*** 53,57 ****
REFERENCES perfdata_delete_policy (policy_id)
ON DELETE SET NULL,
! is_deleted TINYINT DEFAULT 0
) type=InnoDB;
--- 53,57 ----
REFERENCES perfdata_delete_policy (policy_id)
ON DELETE SET NULL,
! is_deleted TINYINT NOT NULL DEFAULT 0
) type=InnoDB;
|