tag name | v2.4 (e0560ffc6e8155f1e72589477a2853e0baddabde) |
tag date | 2017-10-13 19:25:03 +0200 |
tagged by | Thomas Lange <code@nerdmind.de> |
tagged object | commit a1a63eb2f8... |
download | blog-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;