From ce2f8c939da00f412eff0172c0e4ed4113dac34d Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 7 Nov 2010 03:16:58 -0800 Subject: remove 65535 char post limit --- update.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'update.php') 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 -- cgit v1.2.3