Skip to content
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

Merged fixes for issues 1262, 1432, 1514, 1524 and 1552 #687

Merged
merged 30 commits into from
Nov 6, 2024
Merged

Conversation

kaliif
Copy link
Contributor

@kaliif kaliif commented Nov 6, 2024

No description provided.

kaliif added 30 commits October 9, 2024 15:59
NB! while there are no changes to the way the data is stored in the db, the loader is incompatible with the old format. Trying to load an earlier tarball will fail.
attribute name in API is 'current_identifier'
Issues merged:
- 1262
- 1432
- 1514
- 1524
- 1552
After migrations were on hold for a while, merging back several issues with migrations caused a migration error. This was caused by sligtly wrong order of procedures (possibly as a result of an automatic merge) but also an oversight on my part - as the compound identifiers are loaded from compounds_manual.csv during LHS data loading I didn't think to test with RHS data, but evidently this partly touches the same models and filled the tables with incompatible data types. This patch should resolve these issues without a data loss.
@kaliif kaliif merged commit cae4416 into staging Nov 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants