diff --git a/resources/db_update_scripts/current.sql b/resources/db_update_scripts/current.sql
index a451acbb3b..e69de29bb2 100755
--- a/resources/db_update_scripts/current.sql
+++ b/resources/db_update_scripts/current.sql
@@ -1,5 +0,0 @@
-ALTER TABLE `final_seminar`
-  ADD COLUMN `examiner_id` bigint(20) DEFAULT NULL,
-  ADD CONSTRAINT `FK49900D2873048D7F` FOREIGN KEY (`examiner_id`) REFERENCES `role` (`id`);
-  
- 
\ No newline at end of file
diff --git a/resources/db_update_scripts/db_update_2013-04-05.sql b/resources/db_update_scripts/db_update_2013-04-05.sql
new file mode 100755
index 0000000000..a451acbb3b
--- /dev/null
+++ b/resources/db_update_scripts/db_update_2013-04-05.sql
@@ -0,0 +1,5 @@
+ALTER TABLE `final_seminar`
+  ADD COLUMN `examiner_id` bigint(20) DEFAULT NULL,
+  ADD CONSTRAINT `FK49900D2873048D7F` FOREIGN KEY (`examiner_id`) REFERENCES `role` (`id`);
+  
+ 
\ No newline at end of file