diff --git a/resources/db_update_scripts/current.sql b/resources/db_update_scripts/current.sql index aeceb35bbc..e69de29bb2 100755 --- a/resources/db_update_scripts/current.sql +++ b/resources/db_update_scripts/current.sql @@ -1,11 +0,0 @@ -ALTER TABLE `general_system_settings` DROP `thesisReviewsMandatory`; -ALTER TABLE `general_system_settings` DROP `punishMailDate`; -ALTER TABLE `general_system_settings` DROP `daysAheadToUploadThesisReviewForExaminer`; - -ALTER TABLE `general_system_settings` ADD `examinerThesisReviewsMandatory` tinyint(1) NOT NULL; - -ALTER TABLE `general_system_settings` ADD `supervisorThesisReviewsMandatory` tinyint(1) NOT NULL; - -ALTER TABLE `general_system_settings` ADD `reviewerThesisReviewsMandatory` tinyint(1) NOT NULL; - -ALTER TABLE `final_seminar` DROP `punishChecked`; \ No newline at end of file diff --git a/resources/db_update_scripts/db_update_2013-05-31.sql b/resources/db_update_scripts/db_update_2013-05-31.sql new file mode 100755 index 0000000000..aeceb35bbc --- /dev/null +++ b/resources/db_update_scripts/db_update_2013-05-31.sql @@ -0,0 +1,11 @@ +ALTER TABLE `general_system_settings` DROP `thesisReviewsMandatory`; +ALTER TABLE `general_system_settings` DROP `punishMailDate`; +ALTER TABLE `general_system_settings` DROP `daysAheadToUploadThesisReviewForExaminer`; + +ALTER TABLE `general_system_settings` ADD `examinerThesisReviewsMandatory` tinyint(1) NOT NULL; + +ALTER TABLE `general_system_settings` ADD `supervisorThesisReviewsMandatory` tinyint(1) NOT NULL; + +ALTER TABLE `general_system_settings` ADD `reviewerThesisReviewsMandatory` tinyint(1) NOT NULL; + +ALTER TABLE `final_seminar` DROP `punishChecked`; \ No newline at end of file