Skip to content

Commit 051a46a

Browse files
Implements feedback
1 parent 25dcd93 commit 051a46a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

db/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ This directory contains the following files:
44
- `schema.rb`, which is auto-generated from the current state of the database schema maintained by Rails ActiveRecord.
55
This file is auto-generated from the current state of the database.
66

7-
`schema.rb` is the source Rails uses to define your schema when running `bin/rails db:schema:load`. When creating a new database, `bin/rails db:schema:load` tends to be faster and is potentially less error prone than running all of your migrations from scratch. Old migrations may fail to apply correctly if those migrations use external dependencies or application code. We _strongly_ recommend that you check this file into your version control system.
7+
`schema.rb` is the source Rails uses to define your schema when running `bin/rails db:schema:load`. When creating a new
8+
database, `bin/rails db:schema:load` tends to be faster and is potentially less error-prone than running all of your
9+
migrations from scratch. Old migrations may fail to apply correctly if those migrations use external dependencies or
10+
application code. We _strongly_ recommend that you check this file into your version control system.

0 commit comments

Comments
 (0)