Volltext-Suche: Hintergrund-Job nachts aktivieren
[kivitendo-erp.git] / sql / Pg-upgrade2 / shops_4.sql
1 -- @tag: shop_4
2 -- @description: Add column default_shipping_costs_parts_id
3 -- @depends: shops
4 -- @ignore: 0
5
6 ALTER TABLE shops ADD COLUMN shipping_costs_parts_id integer;