-
Notifications
You must be signed in to change notification settings - Fork 13
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 structure/remove unnecessary labels field #413
base: master
Are you sure you want to change the base?
Conversation
A small downtime is not an issue, thanks for cleaning up. I will test it locally first :) |
I think this can be removed as well (and from schema):
as we only use |
we're using the many_to_many idea_labels: #413 (comment)
Yup removed that one as well and it seems to work 🎉 @JannikStreek please re-review |
@PragTob can you solve the conflicts ? 😅 sorry |
@JannikStreek should be good! Test may fail because the flakey fix isn't merged yet but yeah :) |
wait what:
|
I think I added a migration so long ago that a newer migration uses the fields I wanted to remove, as the runner wants to run them in their time order.... best fix is probably to regenerate the mgirations |
Aight, that works! |
@JannikStreek review please, I don't wanna keep fighting merge conflicts here 😁 |
Should fix #367 although it wasn't label_id but label. I didn't find any obvious others, but also I'm not as familiar with the app as y'all.
Further Notes