]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Update to the German language files
[friendica.git] / update.php
index cf2c763fd843080a7d3939a20073634f0c7f34be..a53e4df78ce8b25b8a7f72b750cc566a3edf43cb 100644 (file)
@@ -492,3 +492,10 @@ 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` ");
+}
+
+function update_1058() {
+       q("ALTER TABLE `item` ADD `event-id` INT NOT NULL AFTER `resource-id` ");
+}