]> 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 84eaebe185c947728e7897b0197aede140d15a64..131014d4a4424864b81f85abc19463c685066cb1 100644 (file)
@@ -370,3 +370,7 @@ function update_1037() {
 
 }
 
+function update_1038() {
+ q("ALTER TABLE `item` ADD `plink` CHAR( 255 ) NOT NULL AFTER `target` ");
+}
+