Add DB indexes
We should add some indexes to our database for these fields:
-
institution.current_password
- expedite lookups by password -
institution.institution_code
- maybe also rename this to justcode
at this time -
resource.resource_id
- maybe also rename tocode
as above? -
password.pasword
- expedite lookups by password -
institution_groups.code
- expedite lookups by code
Update internationalization file (en.yml
) accordingly with any renamed fields.