set_time_limit(0);
-define ( 'BUILD_ID', 1015 );
+define ( 'BUILD_ID', 1016 );
define ( 'DFRN_PROTOCOL_VERSION', '2.0' );
define ( 'EOL', "<br />\r\n" );
`author-link` char(255) NOT NULL,
`author-avatar` char(255) NOT NULL,
`title` char(255) NOT NULL,
- `body` text NOT NULL,
+ `body` mediumtext NOT NULL,
`verb` char(255) NOT NULL,
`object-type` char(255) NOT NULL,
`object` text NOT NULL,
intval($rr['id']));
}
}
+}
+
+function update_1015() {
+ q("ALTER TABLE `item` CHANGE `body` `body` mediumtext NOT NULL");
}
\ No newline at end of file