You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the lack of table_name and column for RedundantIndexChecker, the migration generated from autofix writer was incorrect.
Given
Step 1: I ran bundle exec database_consistency and it received:
Step 2: I ran bundle exec database_consistency -f and it created a migration to fix the check:
Due to the lack of table_name and column for
RedundantIndexChecker
, the migration generated from autofix writer was incorrect.Given
Step 1: I ran
bundle exec database_consistency
and it received:Step 2: I ran
bundle exec database_consistency -f
and it created a migration to fix the check:When
I ran
bundle exec rails db:migrate
Then
Expected Output
The text was updated successfully, but these errors were encountered: