[freeside-commits] freeside/FS/FS Schema.pm,1.165,1.166
Ivan,,,
ivan at wavetail.420.am
Thu Oct 1 16:01:12 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv25352
Modified Files:
Schema.pm
Log Message:
allow svc_acct._password to be NULL in the schema
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- Schema.pm 11 Sep 2009 15:51:38 -0000 1.165
+++ Schema.pm 1 Oct 2009 23:01:10 -0000 1.166
@@ -1441,7 +1441,7 @@
'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', '', '', '',
More information about the freeside-commits
mailing list