mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Swapped : for . on a NOTE section.
This commit is contained in:
parent
7f8196f908
commit
106b78d2ef
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ $ rake db:migrate
|
|||
|
||||
Remember, you can't run migrations before running +rake db:create+ to create your database, as we covered earlier.
|
||||
|
||||
NOTE: Because you're working in the development environment by default, this command will apply to the database defined in the +development+ section of your +config/database.yml+ file.
|
||||
NOTE. Because you're working in the development environment by default, this command will apply to the database defined in the +development+ section of your +config/database.yml+ file.
|
||||
|
||||
h4. Adding a Link
|
||||
|
||||
|
|
Loading…
Reference in a new issue