You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/migrations/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ Example:
8
8
```
9
9
0_3_100_to_0_3_101.py
10
10
```
11
-
If several upgrades were skipped and you migrate from A to D, when B and C are available several migration script will be applied. Scipts to apply are picked by the following predicate:
11
+
If several upgrades were skipped and you migrate from A to D, when B and C are available several migration script will be applied. Scripts to apply are picked by the following predicate:
12
12
```
13
13
(script's first version >= a version we're migrating from) and (script's second version <= a version we're migrating to)
0 commit comments