X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FVendor.pm;h=0493aa3744de4a42c8f3662b4b507372f0929bbc;hb=377b705324a4c43ef21b838d4ea9d474132cf16f;hp=8d451ad6bd3f63104fcd2da894a3739bfe7b4f58;hpb=66e2fdcc4f89a4f13c77f6e44f2969fd46aa7aba;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Vendor.pm b/SL/DB/MetaSetup/Vendor.pm index 8d451ad6b..0493aa374 100644 --- a/SL/DB/MetaSetup/Vendor.pm +++ b/SL/DB/MetaSetup/Vendor.pm @@ -36,7 +36,6 @@ __PACKAGE__->meta->columns( itime => { type => 'timestamp', default => 'now()' }, language => { type => 'varchar', length => 5 }, language_id => { type => 'integer' }, - mandator_id => { type => 'text' }, mtime => { type => 'timestamp' }, name => { type => 'varchar', length => 75, not_null => 1 }, notes => { type => 'text' },