]> git.mxchange.org Git - friendica.git/blobdiff - update.php
resolve file inclusion conflicts w/ multiple plugins, improve the typo checker
[friendica.git] / update.php
index e51e8ac33ed92492418c086a5ae4171273997ac1..131014d4a4424864b81f85abc19463c685066cb1 100644 (file)
@@ -363,3 +363,14 @@ function update_1036() {
                }
        }
 }
+
+function update_1037() {
+
+       q("ALTER TABLE `contact` CHANGE `lrdd` `alias` CHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ");
+
+}
+
+function update_1038() {
+ q("ALTER TABLE `item` ADD `plink` CHAR( 255 ) NOT NULL AFTER `target` ");
+}
+