X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/60d8c1819a7c477df585b39b48ea1568e149ef64..a60af858f50d8d8b21d1f397e8415e046cd8185d:/sql/Pg-upgrade2/drop_yearend.sql diff --git a/sql/Pg-upgrade2/drop_yearend.sql b/sql/Pg-upgrade2/drop_yearend.sql new file mode 100644 index 000000000..3b054847e --- /dev/null +++ b/sql/Pg-upgrade2/drop_yearend.sql @@ -0,0 +1,5 @@ +-- @tag: drop_yearend +-- @description: yearend wird nicht mehr benötigt, da closedto (Bücherabschluss) vorhanden ist +-- @depends: release_2_6_1 +-- @charset: utf-8 +ALTER TABLE defaults DROP COLUMN yearend;