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

Remove usage of ORM from migrations 228 and 229 #158

Conversation

margrietpalm
Copy link
Contributor

@margrietpalm margrietpalm commented Dec 17, 2024

It seemed very smart at the time, but now I found out that using the ORM definitions from models is very very stupid because it will break when the model is changed in the future. So I removed any usage of models and replaced everything with pure sqlite or ad hoc definitions.

I don't think/hope I need to put this in the CHANGES

@margrietpalm margrietpalm merged commit 81731fd into margriet_schema_300_leftovers Dec 17, 2024
5 checks passed
@margrietpalm margrietpalm deleted the margriet_157_remove_orm_usage_in_migrations branch December 17, 2024 12:43
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