]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Update to the German language files
[friendica.git] / update.php
index 30ebd66f2811ced19ec6097684daf3faaf11bb72..a53e4df78ce8b25b8a7f72b750cc566a3edf43cb 100644 (file)
@@ -495,3 +495,7 @@ function update_1056() {
 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` ");
+}