[freeside-commits] branch FREESIDE_3_BRANCH updated. d983d2f1d4d0dd7eab247ec4c12979a132e301b6
Ivan
ivan at 420.am
Tue Nov 12 22:16:02 PST 2013
The branch, FREESIDE_3_BRANCH has been updated
via d983d2f1d4d0dd7eab247ec4c12979a132e301b6 (commit)
from 211526de149104c12e1d61155fdd9cf0d2958775 (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 d983d2f1d4d0dd7eab247ec4c12979a132e301b6
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Nov 12 22:16:01 2013 -0800
remove extraneous index on upgrade_journal.ugradenum
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 1aef922..5d6a47b 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -4154,7 +4154,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