Closed cnorm35 closed 1 year ago
Adds strong_migrations gem to raise errors on potentially dangerous migrations created going forward
https://github.com/ankane/strong_migrations
config/initializers/strong_migrations.rb has a StrongMigrations.start_after = 20230905133757 value that will check any migrations generated after that timestamp
config/initializers/strong_migrations.rb
StrongMigrations.start_after = 20230905133757
Ticket/Issue, What does this resolve?
Description
Adds strong_migrations gem to raise errors on potentially dangerous migrations created going forward
https://github.com/ankane/strong_migrations
QA Notes and Testing
config/initializers/strong_migrations.rb
has aStrongMigrations.start_after = 20230905133757
value that will check any migrations generated after that timestampScreenshot/Video
Feelings gif (optional)