kivitendo/sql/Pg-upgrade/Pg-upgrade-2.2.0.34-2.2.0.35.sql @ 43115782
insert into taxkeys (chart_id, tax_id, taxkey_id,startdate) SELECT 0, id, taxkey, '1970-01-01' FROM tax;
|
insert into taxkeys (chart_id, tax_id, taxkey_id,startdate) SELECT 0, id, taxkey, '1970-01-01' FROM tax;
|