From bcd7c64e213dee110a3fd05ca8a7c7c5acc5e882 Mon Sep 17 00:00:00 2001
From: fred-fri <fred-fri@dsv.su.se>
Date: Fri, 5 Apr 2013 13:57:08 +0900
Subject: [PATCH] added new db file

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

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