Author: pwang
Date: 2011-12-21 16:36:00 -0800 (Wed, 21 Dec 2011)
New Revision: 27857

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-21 22:51:37 UTC (rev 27856)
+++ new_cytoscape_website/bugreport/bugreport_schema/bugDB_schema.sql   
2011-12-22 00:36:00 UTC (rev 27857)
@@ -6,6 +6,8 @@
 CREATE TABLE bugs (
   bug_auto_id int(11) NOT NULL auto_increment,
   reporter_id int(11) NOT NULL,
+  cyversion varchar(20) NOT NULL,
+  os varchar(15) NOT NULL,
   description text NOT NULL,
   remote_host varchar(60) default NULL,
   ip_address varchar(20) default NULL,
@@ -16,7 +18,7 @@
 
 
 CREATE TABLE reporter (
-  reporter_auto_id int(11) default NULL,
+  reporter_auto_id int(11) NOT NULL auto_increment,
   name varchar(150) default NULL,
   email varchar(90) default NULL,
   PRIMARY KEY  (reporter_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.

Reply via email to