From 8186ccfab41f8b6c0a45f13dd99337eb9e3248f0 Mon Sep 17 00:00:00 2001 From: Werner Hahn Date: Wed, 7 Apr 2021 19:02:28 +0200 Subject: [PATCH] =?utf8?q?Shops:=20rosedateien=20f=C3=BCr=20Standartversan?= =?utf8?q?dkosten?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/DB/MetaSetup/Shop.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/DB/MetaSetup/Shop.pm b/SL/DB/MetaSetup/Shop.pm index 7987e57cd..1110fd07a 100644 --- a/SL/DB/MetaSetup/Shop.pm +++ b/SL/DB/MetaSetup/Shop.pm @@ -26,6 +26,7 @@ __PACKAGE__->meta->columns( protocol => { type => 'text', default => 'http', not_null => 1 }, realm => { type => 'text' }, server => { type => 'text' }, + shipping_costs_parts_id => { type => 'integer' }, sortkey => { type => 'integer' }, taxzone_id => { type => 'integer' }, transaction_description => { type => 'text' }, -- 2.20.1