[freeside-commits] branch master updated. 8898636630e25444096c4bcef012c5a31701756d

Ivan ivan at 420.am
Tue Sep 2 15:23:03 PDT 2014


The branch, master has been updated
       via  8898636630e25444096c4bcef012c5a31701756d (commit)
       via  cbbf889d1f250c377d2b3c4b020bf78e66ed1190 (commit)
      from  05056204cf2fb1b216480bf242e9fdc00a3148f6 (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 8898636630e25444096c4bcef012c5a31701756d
Merge: 0505620 cbbf889
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Sep 2 15:22:56 2014 -0700

    Merge branch 'h_cust_main_index_fix' of https://github.com/Jayceh/Freeside


commit cbbf889d1f250c377d2b3c4b020bf78e66ed1190
Author: Jason (Jayce^) Hall <jayce at lug-nut.com>
Date:   Tue Sep 2 13:29:33 2014 -0600

    duh, user, not username

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index c635ea0..02fcf8e 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -254,11 +254,11 @@ sub dbdef_dist {
  	# necessary because of the evil OR username for older data, be really nice if everything was just migrated to usernum and we could drop username
 	# This will not be helpful to mysql, but postgres smartly does a bitmap across both indexes, mysql will just use one
 
-      $h_indices{"h_${table}_username"} =
+      $h_indices{"h_${table}_user"} =
          DBIx::DBSchema::Index->new({
-           'name'    => "h_${table}_username",
+           'name'    => "h_${table}_user",
            'unique'  => 0,
-           'columns' => [ 'history_username'],
+           'columns' => [ 'history_user'],
          });
     }
 

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

Summary of changes:
 FS/FS/Schema.pm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)




More information about the freeside-commits mailing list