From bc6516db20867473a8fb2a003362e6ad08299932 Mon Sep 17 00:00:00 2001
From: Robin Eklund <robi-ekl@dsv.su.se>
Date: Thu, 10 Nov 2011 17:02:59 +0100
Subject: [PATCH] SQL-update scripts re-packaged.

---
 resources/db_update_scripts/current.sql              | 10 ----------
 resources/db_update_scripts/update_db-2011-11-11.sql | 10 ++++++++++
 2 files changed, 10 insertions(+), 10 deletions(-)
 create mode 100644 resources/db_update_scripts/update_db-2011-11-11.sql

diff --git a/resources/db_update_scripts/current.sql b/resources/db_update_scripts/current.sql
index eac2a941e1..e69de29bb2 100644
--- a/resources/db_update_scripts/current.sql
+++ b/resources/db_update_scripts/current.sql
@@ -1,10 +0,0 @@
-DROP TABLE hand_in_file_description;
-DROP TABLE hand_in_feedback_file_description;
-DROP TABLE hand_in_feedback;
-DROP TABLE hand_in;
-DROP TABLE hand_in_activity;
-DROP TABLE project_event_student;
-DROP TABLE group_event_project_schedule;
-DROP TABLE project_event;
-DROP TABLE group_event;
-DROP TABLE event;
\ No newline at end of file
diff --git a/resources/db_update_scripts/update_db-2011-11-11.sql b/resources/db_update_scripts/update_db-2011-11-11.sql
new file mode 100644
index 0000000000..eac2a941e1
--- /dev/null
+++ b/resources/db_update_scripts/update_db-2011-11-11.sql
@@ -0,0 +1,10 @@
+DROP TABLE hand_in_file_description;
+DROP TABLE hand_in_feedback_file_description;
+DROP TABLE hand_in_feedback;
+DROP TABLE hand_in;
+DROP TABLE hand_in_activity;
+DROP TABLE project_event_student;
+DROP TABLE group_event_project_schedule;
+DROP TABLE project_event;
+DROP TABLE group_event;
+DROP TABLE event;
\ No newline at end of file