commented out old sql
This commit is contained in:
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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user