]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Update to the German language files
[friendica.git] / update.php
index 603b93b631271e7447998b341385ef167c20fb2b..a53e4df78ce8b25b8a7f72b750cc566a3edf43cb 100644 (file)
@@ -486,4 +486,16 @@ function update_1054() {
 
 function update_1055() {
        q("ALTER TABLE `profile` ADD `hidewall` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `hide-friends` ");
-}
\ No newline at end of file
+}
+
+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` ");
+}