added db update files

This commit is contained in:
fred-fri 2013-05-03 16:59:41 +09:00
parent 3d1f05d0ac
commit 82f9fc99af
3 changed files with 5 additions and 6 deletions

@ -1,6 +0,0 @@
ALTER TABLE `general_system_settings` ADD `thesisReviewsMandatory` tinyint(1) NOT NULL;
ALTER TABLE `forum_posts` ADD `attachment_id` bigint(20) DEFAULT NULL;
ALTER TABLE `forum_posts` ADD CONSTRAINT `FKEDDC4F35CCABB192` FOREIGN KEY (`attachment_id`) REFERENCES `file_description` (`id`);
ALTER TABLE `general_system_settings` ADD `thesisCommentNoDaysAheadReminder` int(11) NOT NULL;

@ -0,0 +1,4 @@
ALTER TABLE `general_system_settings` ADD `thesisReviewsMandatory` tinyint(1) NOT NULL;
ALTER TABLE `forum_posts` ADD `attachment_id` bigint(20) DEFAULT NULL;
ALTER TABLE `forum_posts` ADD CONSTRAINT `FKEDDC4F35CCABB192` FOREIGN KEY (`attachment_id`) REFERENCES `file_description` (`id`);

@ -0,0 +1 @@
ALTER TABLE `general_system_settings` ADD `thesisCommentNoDaysAheadReminder` int(11) NOT NULL;