diff --git a/resources/db_update_scripts/current.sql b/resources/db_update_scripts/current.sql
index 290ff457a3..e69de29bb2 100644
--- a/resources/db_update_scripts/current.sql
+++ b/resources/db_update_scripts/current.sql
@@ -1,2 +0,0 @@
-ALTER TABLE general_system_settings
-ADD   `turnItInPassword` varchar(255) NOT NULL;
\ No newline at end of file
diff --git a/resources/db_update_scripts/db_update_2012-05-25.sql b/resources/db_update_scripts/db_update_2012-05-25.sql
new file mode 100644
index 0000000000..290ff457a3
--- /dev/null
+++ b/resources/db_update_scripts/db_update_2012-05-25.sql
@@ -0,0 +1,2 @@
+ALTER TABLE general_system_settings
+ADD   `turnItInPassword` varchar(255) NOT NULL;
\ No newline at end of file