← Back to team overview

mahara-contributors team mailing list archive

[Bug 784322] Re: Restore username index

 

** Changed in: mahara
       Status: Fix Committed => Fix Released

** Changed in: mahara/1.4
       Status: Fix Committed => Fix Released

-- 
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:
  Fix Released
Status in Mahara 1.4 series:
  Fix Released

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/784322/+subscriptions


References