summaryrefslogtreecommitdiff
path: root/database/updates.inc
diff options
context:
space:
mode:
Diffstat (limited to 'database/updates.inc')
-rw-r--r--database/updates.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/database/updates.inc b/database/updates.inc
index 8aecc62c9..90a9db221 100644
--- a/database/updates.inc
+++ b/database/updates.inc
@@ -1072,6 +1072,11 @@ function update_85() {
cid int(10) NOT NULL,
PRIMARY KEY (iid, cid)
)");
+ $ret[] = update_sql("ALTER TABLE {aggregator_category} ALTER COLUMN description DROP NOT NULL");
+ $ret[] = update_sql("ALTER TABLE {aggregator_item} ALTER COLUMN description DROP NOT NULL");
+ $ret[] = update_sql("ALTER TABLE {aggregator_feed} ALTER COLUMN description DROP NOT NULL");
+ $ret[] = update_sql("ALTER TABLE {aggregator_feed} ALTER COLUMN image DROP NOT NULL");
+
}
else {
$ret[] = update_sql("ALTER TABLE {bundle} RENAME TO {aggregator_category}");