From 6728a11ee38e890a0ce9b8b6d96dba98a7238129 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 6 Apr 2011 19:41:16 -0700 Subject: support feed attachments/enclosures, and fix for bug #30 --- update.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'update.php') diff --git a/update.php b/update.php index 62aea86bb..1c243e6ee 100644 --- a/update.php +++ b/update.php @@ -419,3 +419,7 @@ function update_1044() { function update_1045() { q("ALTER TABLE `user` ADD `language` CHAR( 16 ) NOT NULL DEFAULT 'en' AFTER `timezone` "); } + +function update_1046() { + q("ALTER TABLE `item` ADD `attach` MEDIUMTEXT NOT NULL AFTER `tag` "); +} -- cgit v1.2.3