Skip to content

Commit 5cfb100

Browse files
authored
Merge pull request rails#49484 from hachi8833/fix_heading_migration_guide
[ci-skip][Docs]Fix heading in migration guide
2 parents bced1e1 + 9c421dd commit 5cfb100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/active_record_migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ version to migrate to.
965965
The `bin/rails db:setup` command will create the database, load the schema, and initialize
966966
it with the seed data.
967967

968-
## Preparing the Database
968+
### Preparing the Database
969969

970970
The `bin/rails db:prepare` command is similar to `bin/rails db:setup`, but it
971971
operates idempotently.

0 commit comments

Comments
 (0)