mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix reference to old :sql schema_format location
After 15fb430
the default location of the :sql schema_format location was
changed from environment_name.sql to structure.sql. This pull request updates
a reference to the old schema format location in the migration guides.
This commit is contained in:
parent
aa0286ecbc
commit
ff15c87ab9
1 changed files with 1 additions and 1 deletions
|
@ -814,7 +814,7 @@ replaying the entire migration history. It is much simpler and faster to just
|
|||
load into the database a description of the current schema.
|
||||
|
||||
For example, this is how the test database is created: the current development
|
||||
database is dumped (either to +db/schema.rb+ or +db/development.sql+) and then
|
||||
database is dumped (either to +db/schema.rb+ or +db/structure.sql+) and then
|
||||
loaded into the test database.
|
||||
|
||||
Schema files are also useful if you want a quick look at what attributes an
|
||||
|
|
Loading…
Reference in a new issue