]> wagnertech.de Git - mfinanz.git/blob - sql/Pg-upgrade2/drop_rma.sql
SelfTests: check_paid_ap ID in E-Mail-Bericht übergeben -> einfachere Analyse
[mfinanz.git] / sql / Pg-upgrade2 / drop_rma.sql
1 -- @tag: drop_rma
2 -- @description: Löscht nicht mehr benötigte Tabellen rma und rma_items
3 -- @depends: release_3_0_0
4
5 DROP TABLE rma;
6 DROP TABLE rmaitems;