projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b89befd
)
This should be TEXT.
author
Jan Schneider
<jan@horde.org>
Thu, 19 Nov 2009 22:10:51 +0000
(23:10 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 19 Nov 2009 23:40:49 +0000
(
00:40
+0100)
kronolith/scripts/upgrades/2009-08-17_add_resources.sql
patch
|
blob
|
history
diff --git
a/kronolith/scripts/upgrades/2009-08-17_add_resources.sql
b/kronolith/scripts/upgrades/2009-08-17_add_resources.sql
index
44fe816
..
001ac7e
100644
(file)
--- a/
kronolith/scripts/upgrades/2009-08-17_add_resources.sql
+++ b/
kronolith/scripts/upgrades/2009-08-17_add_resources.sql
@@
-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)
);