Dialogbuchungen um Boolean imported erweitert.
[kivitendo-erp.git] / SL / DB / MetaSetup / GLTransaction.pm
index 4d0e41b..80c7e85 100644 (file)
@@ -16,6 +16,7 @@ __PACKAGE__->meta->columns(
   employee_id    => { type => 'integer' },
   gldate         => { type => 'date', default => 'now' },
   id             => { type => 'integer', not_null => 1, sequence => 'glid' },
+  imported       => { type => 'boolean', default => 'false' },
   itime          => { type => 'timestamp', default => 'now()' },
   mtime          => { type => 'timestamp' },
   notes          => { type => 'text' },