From e90a652368d5d44819de1625537cb3b33050b6bb Mon Sep 17 00:00:00 2001 From: fred-fri <fred-fri@dsv.su.se> Date: Fri, 31 May 2013 17:30:45 +0900 Subject: [PATCH] added new db update file --- resources/db_update_scripts/current.sql | 11 ----------- resources/db_update_scripts/db_update_2013-05-31.sql | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100755 resources/db_update_scripts/db_update_2013-05-31.sql 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