From ccfb9c38501b36179563cb0876c4f9c7ebddf983 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 1 Oct 2009 23:01:10 +0000 Subject: [PATCH] allow svc_acct._password to be NULL in the schema --- FS/FS/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', '', '', '', -- 2.11.0