Skip to content

Commit 9c421dd

Browse files
committed
Fix heading in migration guide
1 parent bced1e1 commit 9c421dd

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)