-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DB Cleanup #2818
Comments
@briri if |
The newer Org typeahead allows the user to type in their own value or select from a combination of an existing local DB record or an Org from the ROR API. Here's a screenshot of what one of the Org typeaheads looks like: There are a few scenarios for Org selection depending on where they are located in the UI:
For an easy way to disable the ROR integration, for your use case since you have a restricted set of Orgs if I remember corretly, would be to set the I suppose I should add a wiki page about this ;) |
@raycarrick-ed to run on DMPonline |
Did not end up removing |
While writing up some DB schema info I realized we have some cleanup to do:
Be sure to update the wiki doc after these changes have been made!
Remove the following columns (once confirmed that they are no longer used):
contributors
- This is now recorded via the
grant_id` fkeyfunder_id
fkeycontributors
Drop the following tables:
identifiers
polymorphic tableidentifiers
polymorphic tableThings to do after some research and refactor:
settings
table. It stores the font and margin settings a user specifies when exporting a plan. That info is carried through in the controller though and available there. There doesn't seem to be a need to store it.The text was updated successfully, but these errors were encountered: