mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 23:35:09 +00:00
Merge pull request #164 from revant/fix-auto-migrate
fix: do not auto migrate on first run
This commit is contained in:
commit
c59d7aef65
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue