]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/Shop.pm
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / SL / DB / MetaSetup / Shop.pm
index 690afc585370b835e58f15644d0ec756407f78b5..adb6b3a496590d2e2250bcc10048143d6d0cb454 100644 (file)
@@ -24,6 +24,7 @@ __PACKAGE__->meta->columns(
   price_source             => { type => 'text' },
   pricetype                => { type => 'text' },
   protocol                 => { type => 'text', default => 'http', not_null => 1 },
+  proxy                    => { type => 'text', default => '' },
   realm                    => { type => 'text' },
   server                   => { type => 'text' },
   shipping_costs_parts_id  => { type => 'integer' },