diff --git a/html/admin/sql/patch/upgrade46.sql b/html/admin/sql/patch/upgrade46.sql new file mode 100644 index 000000000..06a16cbdd --- /dev/null +++ b/html/admin/sql/patch/upgrade46.sql @@ -0,0 +1,3 @@ +begin; +update version set val=47; +commit;