diff --git a/html/admin/sql/patch/upgrade72.sql b/html/admin/sql/patch/upgrade72.sql index 25fe2cf17..1f0d34880 100644 --- a/html/admin/sql/patch/upgrade72.sql +++ b/html/admin/sql/patch/upgrade72.sql @@ -749,5 +749,8 @@ begin end; $BODY$ LANGUAGE 'plpgsql' VOLATILE; + +drop domain poste_comptable; + update version set val=73; commit;