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