From 11da4a00c2c8b1148634a368ec7170b19e7ba0ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 10 Aug 2012 11:22:22 +0200 Subject: [PATCH] =?utf8?q?Rose=20Upgrade=20f=C3=BCr=20custom=5Fvariables?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/DB/MetaSetup/CustomVariable.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/DB/MetaSetup/CustomVariable.pm b/SL/DB/MetaSetup/CustomVariable.pm index bb2380a39..be839d921 100644 --- a/SL/DB/MetaSetup/CustomVariable.pm +++ b/SL/DB/MetaSetup/CustomVariable.pm @@ -19,7 +19,7 @@ __PACKAGE__->meta->setup( number_value => { type => 'numeric', precision => 5, scale => 25 }, itime => { type => 'timestamp', default => 'now()' }, mtime => { type => 'timestamp' }, - sub_module => { type => 'text' }, + sub_module => { type => 'text', default => '', not_null => 1 }, ], primary_key_columns => [ 'id' ], -- 2.20.1