mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #03928
[Bug 784322] Re: Restore username index
** Changed in: mahara/1.4
Status: Confirmed => In Progress
** Changed in: mahara
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/784322
Title:
Restore username index
Status in Mahara ePortfolio:
In Progress
Status in Mahara 1.4 series:
In Progress
Bug description:
It seems like change_field_precision can silently drop db indexes on
the column, at least on postgres. We need to check whether the
username unique index exists & recreate it if necessary.
In theory duplicates could have snuck in between 20110506 and
20110518, but the application tries hard to stop this from happening,
and no stable version has the username upgrade yet, so recreating the
index should just work.
References