From: Werner Hahn Date: Mon, 25 Sep 2017 19:13:15 +0000 (+0200) Subject: WebshopApi: falsche sql update Abhängigkeit X-Git-Tag: release-3.5.4~768 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=826d79929635c726f7459296fafa7e630c00e72d;p=kivitendo-erp.git WebshopApi: falsche sql update Abhängigkeit --- diff --git a/sql/Pg-upgrade2/shopimages_2.sql b/sql/Pg-upgrade2/shopimages_2.sql index 9609b7b29..3db8901b8 100644 --- a/sql/Pg-upgrade2/shopimages_2.sql +++ b/sql/Pg-upgrade2/shopimages_2.sql @@ -1,7 +1,7 @@ -- @tag:shopimages_2 -- @description: Umbennung der Spalten für Weite und Breite in die Weite und Breite des orginal Bildes -- @charset: UTF-8 --- @depends: release-3.5.0 files shop_parts shopimages +-- @depends: release-3_5_0 files shop_parts shopimages -- @ignore: 0 ALTER TABLE shop_images RENAME thumbnail_width TO org_file_width;