Creating Irreversible Migrations in Rails
This is not something I do very often (or that I recommend at all), but when you need to mark a migration as irreversible, this is how you would do it.
Again, use with care. Happy coding.
This is not something I do very often (or that I recommend at all), but when you need to mark a migration as irreversible, this is how you would do it.
Again, use with care. Happy coding.