From ca7cb53fffc7635df9c23a6f8826effc40dd7a5a Mon Sep 17 00:00:00 2001
From: fred-fri <fred-fri@dsv.su.se>
Date: Fri, 17 May 2013 13:40:26 +0900
Subject: [PATCH] added new db update file

---
 resources/db_update_scripts/current.sql              | 4 ----
 resources/db_update_scripts/db_update_2013-05-17.sql | 4 ++++
 2 files changed, 4 insertions(+), 4 deletions(-)
 create mode 100755 resources/db_update_scripts/db_update_2013-05-17.sql

diff --git a/resources/db_update_scripts/current.sql b/resources/db_update_scripts/current.sql
index ea6e9290f0..e69de29bb2 100755
--- a/resources/db_update_scripts/current.sql
+++ b/resources/db_update_scripts/current.sql
@@ -1,4 +0,0 @@
-ALTER TABLE `final_seminar_thesis_review` ADD `comment` longtext;
-ALTER TABLE  `final_seminar_thesis_review` CHANGE  `thesisReview_id`  `thesisReview_id` BIGINT( 20 ) NULL DEFAULT NULL;
-
-ALTER TABLE general_system_settings ADD `daisyProfileLinkBaseURL` varchar(255) DEFAULT NULL;
\ No newline at end of file
diff --git a/resources/db_update_scripts/db_update_2013-05-17.sql b/resources/db_update_scripts/db_update_2013-05-17.sql
new file mode 100755
index 0000000000..ea6e9290f0
--- /dev/null
+++ b/resources/db_update_scripts/db_update_2013-05-17.sql
@@ -0,0 +1,4 @@
+ALTER TABLE `final_seminar_thesis_review` ADD `comment` longtext;
+ALTER TABLE  `final_seminar_thesis_review` CHANGE  `thesisReview_id`  `thesisReview_id` BIGINT( 20 ) NULL DEFAULT NULL;
+
+ALTER TABLE general_system_settings ADD `daisyProfileLinkBaseURL` varchar(255) DEFAULT NULL;
\ No newline at end of file