Erfolgsrechnung
[kivitendo-erp.git] / sql / Pg-upgrade2 / chart_pos_er.sql
1 -- @tag: chart_pos_er
2 -- @description: pos_er Feld in Konten für die Position ind er Erfolgsrechnung
3 -- @depends: release_3_3_0
4 -- @encoding: utf-8
5 -- @may_fail: 1
6
7 ALTER TABLE chart ADD COLUMN pos_er INTEGER;
8 UPDATE chart SET pos_er = pos_eur;