Skip to content

Commit 27ff6c0

Browse files
authored
Merge pull request rails#54671 from skipkayhil/hm-db-migrate-notable
Add db:migrate to 8.0 Release Note Notable Changes [ci skip]
2 parents 5872580 + 482f282 commit 27ff6c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

guides/source/8_0_release_notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ Please refer to the [Changelog][active-record] for detailed changes.
133133

134134
### Notable changes
135135

136+
* Running `db:migrate` on a fresh database now loads the schema before running
137+
migrations. (The previous behavior is available as `db:migrate:reset`)
138+
136139
Active Storage
137140
--------------
138141

0 commit comments

Comments
 (0)