CsvImportProfiles an den erstellenden Benutzer gebunden
[kivitendo-erp.git] / SL / DB / MetaSetup / CsvImportProfile.pm
index 0acc97d..fb0d3da 100644 (file)
@@ -14,6 +14,7 @@ __PACKAGE__->meta->setup(
     name       => { type => 'text', not_null => 1 },
     type       => { type => 'varchar', length => 20, not_null => 1 },
     is_default => { type => 'boolean', default => 'false' },
+    login      => { type => 'text' },
   ],
 
   primary_key_columns => [ 'id' ],