From: ivan Date: Thu, 1 Oct 2009 23:01:10 +0000 (+0000) Subject: allow svc_acct._password to be NULL in the schema X-Git-Tag: root_of_svc_elec_features~828 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ccfb9c38501b36179563cb0876c4f9c7ebddf983 allow svc_acct._password to be NULL in the schema --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 52af77bf0..4af026c27 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1441,7 +1441,7 @@ sub tables_hashref { 'columns' => [ 'svcnum', 'int', '', '', '', '', 'username', 'varchar', '', $username_len, '', '', - '_password', 'varchar', '', 512, '', '', + '_password', 'varchar', 'NULL', 512, '', '', '_password_encoding', 'varchar', 'NULL', $char_d, '', '', 'sec_phrase', 'varchar', 'NULL', $char_d, '', '', 'popnum', 'int', 'NULL', '', '', '',