Do not register offense for drop table in down method
Since we are not running `down` method within the deployment process, there is no downtime risk of using `drop_table` DSL method or the SQL literal `DROP TABLE` in `down` methods.
Showing
Please register or sign in to comment