]> wagnertech.de Git - kivitendo-erp.git/blobdiff - sql/Pg-upgrade2/automatic_reconciliation.sql
Sammelcommit Bankerweiterung und Skonto
[kivitendo-erp.git] / sql / Pg-upgrade2 / automatic_reconciliation.sql
index a911e07d8a0145207b05770b876d54ba9c12a1fe..924fceb76af5ba4c700f9cf53f4af3c6f351e68f 100644 (file)
@@ -1,6 +1,6 @@
 -- @tag: automatic_reconciliation
 -- @description: Erstellt Tabelle reconiliation_links für den automatischen Kontenabgleich.
--- @depends: release_3_0_0 bank_transactions
+-- @depends: release_3_2_0 bank_transactions
 
 CREATE TABLE reconciliation_links (
   id                      integer NOT NULL DEFAULT nextval('id'),