epic-s6ts
[kivitendo-erp.git] / sql / Pg-upgrade2 / delete_customertax_vendortax_partstax.sql
1 -- @tag: delete_customertax_vendortax_partstax
2 -- @description: Alte Tabellen löschen
3 -- @depends: release_3_0_0
4 DROP TABLE customertax;
5 DROP TABLE vendortax;
6 DROP TABLE partstax;