From b76022371f5ad6cd20bb74a2148d373fddd65858 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 18 Mar 2008 14:50:33 +0000 Subject: [PATCH] Bug the sql 45 contains the wrong value for the next version --- html/admin/sql/patch/upgrade46.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 html/admin/sql/patch/upgrade46.sql 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;