How to fix Rails/ThreeStateBooleanColumn offenses for older migrations #982
-
Due to the introduction of Rails/ThreeStateBooleanColumn, I have numerous offenses in older migrations. I can't fix them there, since the migrations have already been run. Fixing them by adding a new migration fixes the problem in the database, but the offense in the old migration will still be there. What is the intended way to fix this offense for existing migrations? |
Beta Was this translation helpful? Give feedback.
Answered by
toydestroyer
Apr 15, 2023
Replies: 1 comment 1 reply
-
Hello @mvz, I have a proposal here: #985 What do you think? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mvz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @mvz, I have a proposal here: #985
What do you think?