]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/Chart.pm
Fehlendes Upgrade für chart
[kivitendo-erp.git] / SL / DB / MetaSetup / Chart.pm
index 021336515b5bbabfb73b803433586c432783089e..7903a3a108afc9e69fd045cee60d7800bd823cb6 100644 (file)
@@ -15,9 +15,8 @@ __PACKAGE__->meta->setup(
     description    => { type => 'text' },
     charttype      => { type => 'character', default => 'A', length => 1 },
     category       => { type => 'character', length => 1 },
-    link           => { type => 'text' },
+    link           => { type => 'text', not_null => 1 },
     taxkey_id      => { type => 'integer' },
-    pos_ustva      => { type => 'integer' },
     pos_bwa        => { type => 'integer' },
     pos_bilanz     => { type => 'integer' },
     pos_eur        => { type => 'integer' },