X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b32183e81bf653f1de18c4ee350c84c7fa55ba87..350fba592256b332e51ba09c5f65bada3836784d:/sql/Pg-upgrade2/shops_4.sql diff --git a/sql/Pg-upgrade2/shops_4.sql b/sql/Pg-upgrade2/shops_4.sql new file mode 100644 index 000000000..78fe6c7b0 --- /dev/null +++ b/sql/Pg-upgrade2/shops_4.sql @@ -0,0 +1,6 @@ +-- @tag: shop_4 +-- @description: Add column default_shipping_costs_parts_id +-- @depends: shops +-- @ignore: 0 + +ALTER TABLE shops ADD COLUMN shipping_costs_parts_id integer;