]> git.mxchange.org Git - friendica.git/blobdiff - update.php
clean up some regex's for i18n, and eliminate old ereg patterns.
[friendica.git] / update.php
index dfa54af593cdbc1b0998df8605f4fb648276004e..eb3231b5693c04c31ba8a3d1f01805b141b53dc7 100644 (file)
@@ -129,4 +129,8 @@ function update_1014() {
                                        intval($rr['id']));
                }
        }
+}
+
+function update_1015() {
+       q("ALTER TABLE `item` CHANGE `body` `body` mediumtext NOT NULL");
 }
\ No newline at end of file