[Cs-webapplibs-commits] SF.net SVN: cs-webapplibs:[137] trunk/0.3/setup/schema.mysql.sql
Status: Beta
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-08-24 16:06:10
|
Revision: 137 http://cs-webapplibs.svn.sourceforge.net/cs-webapplibs/?rev=137&view=rev Author: crazedsanity Date: 2009-08-24 16:05:54 +0000 (Mon, 24 Aug 2009) Log Message: ----------- Set the cswal_version_table's pkey to auto increment. Modified Paths: -------------- trunk/0.3/setup/schema.mysql.sql Modified: trunk/0.3/setup/schema.mysql.sql =================================================================== --- trunk/0.3/setup/schema.mysql.sql 2009-08-24 15:55:55 UTC (rev 136) +++ trunk/0.3/setup/schema.mysql.sql 2009-08-24 16:05:54 UTC (rev 137) @@ -135,7 +135,7 @@ -- CREATE TABLE `cswal_version_table` ( - `version_id` int(11) NOT NULL, + `version_id` int(11) NOT NULL auto_increment, `project_name` varchar(30) NOT NULL, `version_string` varchar(50) NOT NULL, PRIMARY KEY (`version_id`), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |