Fehlendes Upgrade für chart
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 24 Jun 2013 16:48:23 +0000 (18:48 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 25 Jun 2013 12:22:34 +0000 (14:22 +0200)
SL/DB/MetaSetup/Chart.pm

index b7c1b16..7903a3a 100644 (file)
@@ -15,7 +15,7 @@ __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_bwa        => { type => 'integer' },
     pos_bilanz     => { type => 'integer' },