Author: pwang
Date: 2011-11-15 16:41:23 -0800 (Tue, 15 Nov 2011)
New Revision: 27486
Modified:
new_cytoscape_website/plugin_website/plugins3/cyplugindb3_schema/CyPluginDB3_schema.sql
Log:
update table plugin_version
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 23:14:38 UTC (rev 27485)
+++
new_cytoscape_website/plugin_website/plugins3/cyplugindb3_schema/CyPluginDB3_schema.sql
2011-11-16 00:41:23 UTC (rev 27486)
@@ -60,7 +60,6 @@
version_auto_id int(11) NOT NULL auto_increment,
plugin_id int(11) default NULL,
plugin_file_id int(11) default NULL,
- cy_version varchar(99) default NULL,
version varchar(99) default '0.0.1',
release_date date default NULL,
release_note text,
@@ -69,6 +68,7 @@
comment text,
jar_url varchar(100) default NULL,
source_url varchar(100) default NULL,
+ cy_version varchar(99) default NULL,
status varchar(20) default NULL,
reference text,
theme_only ENUM('yes', 'no') DEFAULT 'no',
--
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.