2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-02-04 04:58:27 +00:00

fix: do not auto migrate on first run

This commit is contained in:
Revant Nandgaonkar 2020-03-22 19:08:41 +05:30
parent 01027023cf
commit 14dc20d510

View File

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