Answers for "List and delete migration from rails console"

0

List and delete migration from rails console

rails db:migrate:status
rails dbconsole
delete from schema_migrations where version='<version>';
Posted by: Guest on March-29-2022

Code answers related to "List and delete migration from rails console"

Browse Popular Code Answers by Language