MetaSetup-Update zum DB-Upgrade »defaults_bcc_to_login.sql«
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 28 Feb 2017 11:42:46 +0000 (12:42 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 28 Feb 2017 11:42:46 +0000 (12:42 +0100)
SL/DB/MetaSetup/Default.pm

index c3016be..aa22256 100644 (file)
@@ -26,7 +26,7 @@ __PACKAGE__->meta->columns(
   assemblynumber                            => { type => 'text' },
   assortmentnumber                          => { type => 'text' },
   balance_startdate_method                  => { type => 'text' },
-  bcc_to_login                              => { type => 'boolean' },
+  bcc_to_login                              => { type => 'boolean', default => 'false', not_null => 1 },
   bin_id                                    => { type => 'integer' },
   bin_id_ignore_onhand                      => { type => 'integer' },
   businessnumber                            => { type => 'text' },