[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 94c5016053ec41fcb79ebfe77c93648545927174

Ivan ivan at 420.am
Tue Nov 12 22:16:03 PST 2013


The branch, FREESIDE_2_3_BRANCH has been updated
       via  94c5016053ec41fcb79ebfe77c93648545927174 (commit)
      from  1295a884b51fda6c56ff6b3c4c05c89d93075eee (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 94c5016053ec41fcb79ebfe77c93648545927174
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Nov 12 22:16:02 2013 -0800

    remove extraneous index on upgrade_journal.ugradenum

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 8c1c081..2444198 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -3668,7 +3668,7 @@ sub tables_hashref {
         'statustext', 'varchar', 'NULL', $char_d, '', '',
       ],
       'primary_key' => 'upgradenum',
-      'unique' => [ [ 'upgradenum' ] ],
+      'unique' => [],
       'index' => [ [ 'upgrade' ] ],
     },
 

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

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




More information about the freeside-commits mailing list