Merge branch 'constraints_in_tax_and_taxkeys'
[kivitendo-erp.git] / SL / DB / MetaSetup / Department.pm
index 1d1d957..9216014 100644 (file)
@@ -12,7 +12,6 @@ __PACKAGE__->meta->setup(
   columns => [
     id          => { type => 'integer', not_null => 1, sequence => 'id' },
     description => { type => 'text' },
-    role        => { type => 'character', default => 'P', length => 1 },
     itime       => { type => 'timestamp', default => 'now()' },
     mtime       => { type => 'timestamp' },
   ],