diff --git a/resources/db_update_scripts/current.sql b/resources/db_update_scripts/current.sql
index ac93f1a5d6..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 matchAlgorithmMatchesAreForceAccepted bit(1) NOT NULL;
\ No newline at end of file
diff --git a/resources/db_update_scripts/db_update_2012-05-07.sql b/resources/db_update_scripts/db_update_2012-05-07.sql
new file mode 100644
index 0000000000..ac93f1a5d6
--- /dev/null
+++ b/resources/db_update_scripts/db_update_2012-05-07.sql
@@ -0,0 +1,2 @@
+ALTER TABLE `general_system_settings`
+ADD matchAlgorithmMatchesAreForceAccepted bit(1) NOT NULL;
\ No newline at end of file