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
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.
0 commit comments