aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-07 03:16:58 -0800
committerFriendika <info@friendika.com>2010-11-07 03:16:58 -0800
commitce2f8c939da00f412eff0172c0e4ed4113dac34d (patch)
tree7defc9b7e583f097d8b36be189972b13bdc37a72 /update.php
parenta3ddbb5d7c95f36724343a450418b388fff9454d (diff)
downloadvolse-hubzilla-ce2f8c939da00f412eff0172c0e4ed4113dac34d.tar.gz
volse-hubzilla-ce2f8c939da00f412eff0172c0e4ed4113dac34d.tar.bz2
volse-hubzilla-ce2f8c939da00f412eff0172c0e4ed4113dac34d.zip
remove 65535 char post limit
Diffstat (limited to 'update.php')
-rw-r--r--update.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/update.php b/update.php
index dfa54af59..eb3231b56 100644
--- a/update.php
+++ b/update.php
@@ -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