Commit 8f96456
committed
Add option to skip migrations
In some cases (in particular, the solidus install) it makes sense
to skip the entire migration block. With the current setup, it's
impossible to not run migrations AND not be asked if you want to
run migrations. This allows for a complete skip of the migrations
+ the question asking part, which will smooth out the Solidus installation.1 parent 0b663ff commit 8f96456
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
0 commit comments