[freeside-commits] branch master updated. 1ea67bf5e8a9e99967a267129c0e4227682cefba
Ivan
ivan at 420.am
Tue Nov 12 22:16:00 PST 2013
The branch, master has been updated
via 1ea67bf5e8a9e99967a267129c0e4227682cefba (commit)
from 010c8080a423af31fe92082c271ad8b261450393 (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 1ea67bf5e8a9e99967a267129c0e4227682cefba
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Nov 12 22:15:59 2013 -0800
remove extraneous index on upgrade_journal.ugradenum
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index ae9cb41..208f54c 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -5843,7 +5843,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