commented out old sql

This commit is contained in:
fred-fri 2013-08-15 13:12:59 +09:00
parent 5edd538634
commit 7d2f0dee74

@ -1,11 +1,11 @@
# <<<<<<< HEAD
# =======
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;
# 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;
--
-- Table structure for table `target`