Author: pwang
Date: 2010-09-20 10:05:34 -0700 (Mon, 20 Sep 2010)
New Revision: 21948

Added:
   new_cytoscape_website/plugin_website/plugins/000readme.txt
Log:
Original creation

Added: new_cytoscape_website/plugin_website/plugins/000readme.txt
===================================================================
--- new_cytoscape_website/plugin_website/plugins/000readme.txt                  
        (rev 0)
+++ new_cytoscape_website/plugin_website/plugins/000readme.txt  2010-09-20 
17:05:34 UTC (rev 21948)
@@ -0,0 +1,11 @@
+
+Allowed versions of Cytoscape is controlled by the column 'cy_version' in 
table 'plugin_version',
+To make the change, login to chianti and run mysql as follows,
+
+%mysql -u root -p
+MYSQL> use cyplugindb;
+MYSQL> describe plugin_version;
+
+Then do something like this,
+
+MYSQL> alter table plugin_version modify column cy_version 
set('2.0','2.1','2.2','2.3','2.4','2.5', '2.5.1', '2.5.2', '2.6', '2.6.1', 
'2.6.3','2.6.4','2.7','2.7.1','2.7.2','2.7.3','2.7.4','2.8','2.8.1','2.8.2','2.8.3','2.9','2.9.1','2.9.2');

-- 
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