added new db update file

This commit is contained in:
fred-fri 2012-05-07 14:16:23 +09:00
parent e7bd6c4ec9
commit 4d249314fb
2 changed files with 2 additions and 2 deletions
resources/db_update_scripts

@ -1,2 +0,0 @@
ALTER TABLE `general_system_settings`
ADD matchAlgorithmMatchesAreForceAccepted bit(1) NOT NULL;

@ -0,0 +1,2 @@
ALTER TABLE `general_system_settings`
ADD matchAlgorithmMatchesAreForceAccepted bit(1) NOT NULL;