Author: pwang Date: 2011-12-30 15:42:53 -0800 (Fri, 30 Dec 2011) New Revision: 27888
Modified: new_cytoscape_website/bugreport/bugreport_schema/bugDB_schema.sql Log: updated Modified: new_cytoscape_website/bugreport/bugreport_schema/bugDB_schema.sql =================================================================== --- new_cytoscape_website/bugreport/bugreport_schema/bugDB_schema.sql 2011-12-30 23:39:48 UTC (rev 27887) +++ new_cytoscape_website/bugreport/bugreport_schema/bugDB_schema.sql 2011-12-30 23:42:53 UTC (rev 27888) @@ -14,6 +14,7 @@ ip_address varchar(20) default NULL, sysdat date default NULL, editdat date default NULL, + status varchar(20) default 'new', PRIMARY KEY (bug_auto_id) ); -- 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.
