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
I just noticed that the upcoming version will require a database migration. I have no idea on how you are planning to communicate or handle the execution of those migrations, but I can point to an implementation that I really like: good_job does a great job on explaining itself with regards to updates.
The most interesting part for me is as follows:
Database migrations introduced in minor releases are not required to be applied until the next major release. If you would like to apply newly introduced migrations immediately, assert GoodJob.migrated? in your application's test suite.
Would you consider something similar for solid_errors?
The text was updated successfully, but these errors were encountered:
I just noticed that the upcoming version will require a database migration. I have no idea on how you are planning to communicate or handle the execution of those migrations, but I can point to an implementation that I really like: good_job does a great job on explaining itself with regards to updates.
The most interesting part for me is as follows:
Would you consider something similar for
solid_errors
?The text was updated successfully, but these errors were encountered: