84a3481e88e203ca4e2544947459d6a4b88ba8ba
[kivitendo-erp.git] / sql / Pg-upgrade2 / shopimages_3.sql
1 -- @tag:shopimages_3
2 -- @description: Neue Spalte object_id um eine group_by Klausel zu haben für act_as_list
3 -- @depends: release_3_5_0 files shop_parts shopimages
4 -- @ignore: 0
5
6 ALTER TABLE shop_images ADD COLUMN object_id text NOT NULL;