Author: pwang Date: 2011-12-29 14:52:21 -0800 (Thu, 29 Dec 2011) New Revision: 27880
Modified: new_cytoscape_website/bugreport/bugreport_schema/bugDB_schema.sql Log: Add a new column Modified: new_cytoscape_website/bugreport/bugreport_schema/bugDB_schema.sql =================================================================== --- new_cytoscape_website/bugreport/bugreport_schema/bugDB_schema.sql 2011-12-29 21:39:14 UTC (rev 27879) +++ new_cytoscape_website/bugreport/bugreport_schema/bugDB_schema.sql 2011-12-29 22:52:21 UTC (rev 27880) @@ -8,6 +8,7 @@ reporter_id int(11) NOT NULL, cyversion varchar(20) NOT NULL, os varchar(15) NOT NULL, + subject varchar(150) default NULL, description text NOT NULL, remote_host varchar(60) default NULL, ip_address varchar(20) default 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.
