Rename sql script
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 11 Sep 2009 19:21:27 +0000 (15:21 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 29 Sep 2009 20:54:00 +0000 (16:54 -0400)
kronolith/scripts/upgrades/2009-08-17_add_resources.sql

index a83cfcb..bc22852 100644 (file)
@@ -5,10 +5,7 @@ CREATE TABLE kronolith_resources (
     resource_name VARCHAR(255),
     resource_calendar VARCHAR(255),
     resource_description TEXT,
-    resource_category VARCHAR(255) DEFAULT '',
-    resource_response_type INT DEFAULT 0,
-    resource_type VARCHAR(255) NOT NULL,
-    resource_members BLOB,
+    resource_category VARCHAR(255),
     
     PRIMARY KEY (resource_id)
 );