diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 4 |
1 files changed, 4 insertions, 0 deletions
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` "); +} |