added new db update file
This commit is contained in:
parent
e7bd6c4ec9
commit
4d249314fb
resources/db_update_scripts
@ -1,2 +0,0 @@
|
||||
ALTER TABLE `general_system_settings`
|
||||
ADD matchAlgorithmMatchesAreForceAccepted bit(1) NOT NULL;
|
2
resources/db_update_scripts/db_update_2012-05-07.sql
Normal file
2
resources/db_update_scripts/db_update_2012-05-07.sql
Normal file
@ -0,0 +1,2 @@
|
||||
ALTER TABLE `general_system_settings`
|
||||
ADD matchAlgorithmMatchesAreForceAccepted bit(1) NOT NULL;
|
Loading…
x
Reference in New Issue
Block a user