Skip to content

Commit a268d39

Browse files
committed
wip
1 parent 0db36f0 commit a268d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Web/Documentation/content/main/1-essentials/05-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ If any migration fails validation, it will be reported with an error message spe
277277
Only the actual SQL commands (minified and stripped of comments) are hashed during validation. This means that code-style changes, such as indentation or formatting, and comments will not impact the validation process.
278278
:::
279279

280-
#### Rehashing Migrations
280+
### Rehashing Migrations
281281

282282
The `migrate:rehash` command bypasses integrity checks to update stored migration hashes in the database.
283283

0 commit comments

Comments
 (0)