Fixed a migration issue on docker happening too many times or throwing exception when source wasn't there. (#719)
This commit is contained in:
parent
53bb1af21b
commit
18c2cdf6ef
4 changed files with 19 additions and 7 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -500,8 +500,8 @@ _output/
|
|||
API/stats/
|
||||
UI/Web/dist/
|
||||
/API.Tests/Extensions/Test Data/modified on run.txt
|
||||
/API/covers/
|
||||
# All config files in config except appsettings.json
|
||||
|
||||
# All config files/folders in config except appsettings.json
|
||||
/API/config/covers/
|
||||
/API/config/logs/
|
||||
/API/config/backups/
|
||||
|
|
@ -515,6 +515,6 @@ UI/Web/dist/
|
|||
/API/config/Hangfire-log.db
|
||||
API/config/covers/
|
||||
API/config/*.db
|
||||
API/config/stats/*
|
||||
|
||||
|
||||
UI/Web/.vscode/settings.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue