Author: pwang
Date: 2011-11-16 10:21:52 -0800 (Wed, 16 Nov 2011)
New Revision: 27492
Modified:
new_cytoscape_website/plugin_website/plugins3/cyplugindb3_schema/CyPluginDB3_schema.sql
Log:
Removed unused table
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-16 18:16:02 UTC (rev 27491)
+++
new_cytoscape_website/plugin_website/plugins3/cyplugindb3_schema/CyPluginDB3_schema.sql
2011-11-16 18:21:52 UTC (rev 27492)
@@ -77,12 +77,6 @@
PRIMARY KEY (version_auto_id)
);
-CREATE TABLE cy_version (
- cy_version_auto_id int(11) NOT NULL auto_increment,
- cy_version char(30),
- PRIMARY KEY (cy_version_auto_id)
-);
-
CREATE TABLE usagelog (
log_auto_id int not null auto_increment,
plugin_version_id int(11) NOT NULL,
--
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.