2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 06:15:26 +00:00

Merge pull request #164 from revant/fix-auto-migrate

fix: do not auto migrate on first run
This commit is contained in:
Revant Nandgaonkar 2020-03-22 19:10:00 +05:30 committed by GitHub
commit c59d7aef65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,6 @@ def main():
if not version_file:
version_file = container_versions
save_version_file(version_file)
is_ready = True
for app in apps:
container_version = None