Permalink
Browse files
[ci skip] Improve readability of 4.3's NOTE in migration.md.
- Loading branch information...
Showing
with
3 additions
and
3 deletions.
-
+3
−3
guides/source/migrations.md
|
@@ -703,9 +703,9 @@ The `rake db:reset` task will drop the database and set it up again. This is |
|
|
functionally equivalent to `rake db:drop db:setup`.
|
|
|
|
|
|
NOTE: This is not the same as running all the migrations. It will only use the
|
|
|
-contents of the current schema.rb file. If a migration can't be rolled back,
|
|
|
-'rake db:reset' may not help you. To find out more about dumping the schema see
|
|
|
-'[schema dumping and you](#schema-dumping-and-you).'
|
|
|
+contents of the current `schema.rb` file. If a migration can't be rolled back,
|
|
|
+`rake db:reset` may not help you. To find out more about dumping the schema see
|
|
|
+[Schema Dumping and You](#schema-dumping-and-you) section.
|
|
|
|
|
|
### Running Specific Migrations
|
|
|
|
|
|
0 comments on commit
39a454d