This should be TEXT.
authorJan Schneider <jan@horde.org>
Thu, 19 Nov 2009 22:10:51 +0000 (23:10 +0100)
committerJan Schneider <jan@horde.org>
Thu, 19 Nov 2009 23:40:49 +0000 (00:40 +0100)
kronolith/scripts/upgrades/2009-08-17_add_resources.sql

index 44fe816..001ac7e 100644 (file)
@@ -8,7 +8,7 @@ CREATE TABLE kronolith_resources (
     resource_category VARCHAR(255) DEFAULT '',
     resource_response_type INT DEFAULT 0,
     resource_type VARCHAR(255) NOT NULL,
-    resource_members BLOB,
+    resource_members TEXT,
 
     PRIMARY KEY (resource_id)
 );