From: Ivan Kohler Date: Sun, 29 Dec 2013 01:23:15 +0000 (-0800) Subject: self-service access for contacts, RT#25533 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=8c060beae4c9fa56bc9f84930e96d8e88b5b8c99;p=freeside.git self-service access for contacts, RT#25533 --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index cb226e7bc..301111d50 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1672,7 +1672,10 @@ sub tables_hashref { 'first', 'varchar', '', $char_d, '', '', 'title', 'varchar', 'NULL', $char_d, '', '', #eg Head Bottle Washer 'comment', 'varchar', 'NULL', 255, '', '', - 'disabled', 'char', 'NULL', 1, '', '', + 'selfservice_access', 'char', 'NULL', 1, '', '', + '_password', 'varchar', 'NULL', $char_d, '', '', + '_password_encoding', 'varchar', 'NULL', $char_d, '', '', + 'disabled', 'char', 'NULL', 1, '', '', ], 'primary_key' => 'contactnum', 'unique' => [],