Commit 52a7300
authored
fix(stack/end-to-end-security): Skip DB restore if the DB exists (#140)
* fix(stack/end-to-end-security): Skip DB restore if the DB exists
Otherwise it breaks with:
```
ERROR [flask_migrate] Error: Requested revision 17fcea065655 overlaps with other requested revisions b7851ee5522f
```
The latter revision being the one that exists in the uploaded dump.
* Fix typo1 parent 20400ab commit 52a7300
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
| |||
0 commit comments