diff --git a/resources/db_update_scripts/current.sql b/resources/db_update_scripts/current.sql index d22ede2bb6..e69de29bb2 100755 --- a/resources/db_update_scripts/current.sql +++ b/resources/db_update_scripts/current.sql @@ -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; diff --git a/resources/db_update_scripts/db_update_2013-04-26.sql b/resources/db_update_scripts/db_update_2013-04-26.sql new file mode 100755 index 0000000000..73e3a7461b --- /dev/null +++ b/resources/db_update_scripts/db_update_2013-04-26.sql @@ -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`); diff --git a/resources/db_update_scripts/db_update_2013-05-03.sql b/resources/db_update_scripts/db_update_2013-05-03.sql new file mode 100755 index 0000000000..dbd3f11ebf --- /dev/null +++ b/resources/db_update_scripts/db_update_2013-05-03.sql @@ -0,0 +1 @@ +ALTER TABLE `general_system_settings` ADD `thesisCommentNoDaysAheadReminder` int(11) NOT NULL;