diff --git a/resources/db_update_scripts/current.sql b/resources/db_update_scripts/current.sql
index b5eb33008a..e69de29bb2 100755
--- a/resources/db_update_scripts/current.sql
+++ b/resources/db_update_scripts/current.sql
@@ -1,4 +0,0 @@
-DROP TABLE role_Language;
-
-ALTER TABLE newidea_student DROP PRIMARY KEY;
-ALTER TABLE newidea_student ADD `id` bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY;
\ No newline at end of file
diff --git a/resources/db_update_scripts/db_update_2013-08-23.sql b/resources/db_update_scripts/db_update_2013-08-23.sql
new file mode 100755
index 0000000000..b5eb33008a
--- /dev/null
+++ b/resources/db_update_scripts/db_update_2013-08-23.sql
@@ -0,0 +1,4 @@
+DROP TABLE role_Language;
+
+ALTER TABLE newidea_student DROP PRIMARY KEY;
+ALTER TABLE newidea_student ADD `id` bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY;
\ No newline at end of file