aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-25 02:08:15 -0700
committerFriendika <info@friendika.com>2011-05-25 02:08:15 -0700
commit2a679b1164207ee983a26cb6d06fef10d4b81bb0 (patch)
tree063986ed6d18ab70aaa2483d5ec6104fe0cf5359 /update.php
parentde482058b8cba64448e690b97b36e8e2877d6e17 (diff)
downloadvolse-hubzilla-2a679b1164207ee983a26cb6d06fef10d4b81bb0.tar.gz
volse-hubzilla-2a679b1164207ee983a26cb6d06fef10d4b81bb0.tar.bz2
volse-hubzilla-2a679b1164207ee983a26cb6d06fef10d4b81bb0.zip
file attachments
Diffstat (limited to 'update.php')
-rw-r--r--update.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/update.php b/update.php
index cf2c763fd..30ebd66f2 100644
--- a/update.php
+++ b/update.php
@@ -492,3 +492,6 @@ function update_1056() {
q("ALTER TABLE `attach` ADD `hash` CHAR( 64 ) NOT NULL AFTER `uid` ");
}
+function update_1057() {
+ q("ALTER TABLE `attach` ADD `filename` CHAR( 255 ) NOT NULL AFTER `hash` ");
+}