Add database patch
This commit is contained in:
parent
91d7df88ab
commit
0eea72b52e
1 changed files with 4 additions and 0 deletions
4
html/admin/sql/patch/upgrade51.sql
Normal file
4
html/admin/sql/patch/upgrade51.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
begin;
|
||||
insert into parameter values ('MY_STRICT','N');
|
||||
update version set val=52;
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue