1
1
Fork 0

remove 65535 char post limit

This commit is contained in:
Friendika 2010-11-07 03:16:58 -08:00
commit ce2f8c939d
3 changed files with 6 additions and 2 deletions

View file

@ -129,4 +129,8 @@ function update_1014() {
intval($rr['id']));
}
}
}
function update_1015() {
q("ALTER TABLE `item` CHANGE `body` `body` mediumtext NOT NULL");
}