You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: db/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,7 @@ This directory contains the following files:
4
4
-`schema.rb`, which is auto-generated from the current state of the database schema maintained by Rails ActiveRecord.
5
5
This file is auto-generated from the current state of the database.
6
6
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