Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add LookupType method to fix custom roles upgrade bug
If upgrading from 4.4.1 or previous and database has a custom role the 4.4.2 upgrade step fails as the 5.0.4 code expects the LookupType column to exist in the database. Add a LookupType method that attempts to call LookupType on its parent class and if there is no result default to the only possible value for older databases.
- Loading branch information