[freeside-commits] branch FREESIDE_3_BRANCH updated. 9963b628bb2e409c25886c1cbe10d36123e73212

Ivan ivan at 420.am
Tue Jun 25 10:16:25 PDT 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  9963b628bb2e409c25886c1cbe10d36123e73212 (commit)
      from  dfe1fd273b486e5884fedd9acae61ee976bc02fc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9963b628bb2e409c25886c1cbe10d36123e73212
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Jun 25 10:16:24 2013 -0700

    assign a size to svc_phone.sms_account

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index ba7c75b..d66df9e 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -3705,7 +3705,7 @@ sub tables_hashref {
         'lnp_other_provider_account', 'varchar', 'NULL', $char_d, '', '',
         'lnp_reject_reason',          'varchar', 'NULL', $char_d, '', '',
         'sms_carrierid',                  'int', 'NULL',      '', '', '',
-        'sms_account',                'varchar', 'NULL',      '', '', '',
+        'sms_account',                'varchar', 'NULL', $char_d, '', '',
         'max_simultaneous',               'int', 'NULL',      '', '', '',
       ],
       'primary_key' => 'svcnum',

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Schema.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list