aboutsummaryrefslogtreecommitdiffstats
tag namev2.4 (e0560ffc6e8155f1e72589477a2853e0baddabde)
tag date2017-10-13 19:25:03 +0200
tagged byThomas Lange <code@nerdmind.de>
tagged objectcommit a1a63eb2f8...
downloadblog-2.4.tar.gz
blog-2.4.tar.xz
blog-2.4.zip
Version 2.4 (with database update):
Please read the commit message before attempting to update the database! ALTER TABLE `post` ENGINE=InnoDB; ALTER TABLE `post` DROP INDEX `body`; ALTER TABLE `page` ADD FULLTEXT KEY `search` (`name`, `body`); ALTER TABLE `post` ADD FULLTEXT KEY `search` (`name`, `body`); ALTER TABLE `post` ADD CONSTRAINT `post_user` FOREIGN KEY (`user`) REFERENCES `user` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;