WebshopApi: ShopImage
[kivitendo-erp.git] / sql / Pg-upgrade2 / shopimages_2.sql
diff --git a/sql/Pg-upgrade2/shopimages_2.sql b/sql/Pg-upgrade2/shopimages_2.sql
new file mode 100644 (file)
index 0000000..9609b7b
--- /dev/null
@@ -0,0 +1,8 @@
+-- @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
+-- @ignore: 0
+
+ALTER TABLE shop_images RENAME thumbnail_width TO org_file_width;
+ALTER TABLE shop_images RENAME thumbnail_height TO org_file_height;