mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
10 lines
365 B
Text
10 lines
365 B
Text
Description:
|
|
Generate a Rails migration in the db/post_migrate/ dir.
|
|
|
|
Interacts with the post_deployment_migrations initializer.
|
|
|
|
Example:
|
|
bin/rails generate post_deployment_migration IsolateChanges
|
|
|
|
Creates a migration in db/post_migrate/<timestamp>_isolate_changes.rb
|
|
which will have `disable_ddl_transaction!` and a `change` method included.
|