diff --git a/html/admin/sql/patch/upgrade51.sql b/html/admin/sql/patch/upgrade51.sql new file mode 100644 index 000000000..7bd18203b --- /dev/null +++ b/html/admin/sql/patch/upgrade51.sql @@ -0,0 +1,4 @@ +begin; +insert into parameter values ('MY_STRICT','N'); +update version set val=52; +commit;