Author: pwang
Date: 2011-11-15 13:00:14 -0800 (Tue, 15 Nov 2011)
New Revision: 27474

Modified:
   
new_cytoscape_website/plugin_website/plugins3/cyplugindb3_schema/CyPluginDB3_schema.sql
Log:
Correct syntax

Modified: 
new_cytoscape_website/plugin_website/plugins3/cyplugindb3_schema/CyPluginDB3_schema.sql
===================================================================
--- 
new_cytoscape_website/plugin_website/plugins3/cyplugindb3_schema/CyPluginDB3_schema.sql
     2011-11-15 20:53:26 UTC (rev 27473)
+++ 
new_cytoscape_website/plugin_website/plugins3/cyplugindb3_schema/CyPluginDB3_schema.sql
     2011-11-15 21:00:14 UTC (rev 27474)
@@ -79,7 +79,8 @@
 
 CREATE TABLE cy_version (
   cy_version_auto_id int(11) NOT NULL auto_increment,
-  cy_version char(30);
+  cy_version char(30),
+  PRIMARY KEY  (cy_version_auto_id)
 };
 
 CREATE TABLE usagelog (

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to