Skip to content
This repository was archived by the owner on Jun 28, 2018. It is now read-only.

Commit 55f5425

Browse files
authored
Update FAQ.md
1 parent e64b7cc commit 55f5425

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: FAQ.md

+7
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,10 @@
5858

5959
#### Can I mix multiple sources during a batch of migrations?
6060
No.
61+
62+
#### What does "dirty" database mean?
63+
Before a migration runs, each database sets a dirty flag. Execution stops if a migration fails and the dirty state persists,
64+
which prevents attempts to run more migrations on top of a failed migration. You need to manually fix the error
65+
and then "force" the expected version.
66+
67+

0 commit comments

Comments
 (0)