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