X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/75f484cf53923b2734363b5ed3c81623037aeac3..03f5aaa3c601956206f0c2a142c1e19f6981b326:/sql/Pg-upgrade2/buchungsgruppen_sortkey.sql diff --git a/sql/Pg-upgrade2/buchungsgruppen_sortkey.sql b/sql/Pg-upgrade2/buchungsgruppen_sortkey.sql index c78ee8973..35c9f2710 100644 --- a/sql/Pg-upgrade2/buchungsgruppen_sortkey.sql +++ b/sql/Pg-upgrade2/buchungsgruppen_sortkey.sql @@ -1,5 +1,5 @@ -- @tag: buchungsgruppen_sortkey --- @description: Neue Spalte für Sortierreihenfolge der Buchungsgruppen +-- @description: Neue Spalte für Sortierreihenfolge der Buchungsgruppen -- @depends: release_2_4_1 ALTER TABLE buchungsgruppen ADD COLUMN sortkey integer; CREATE SEQUENCE tmp_counter;