mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 22:31:07 +00:00
Merge pull request #165 from frappe/develop
fix: do not auto migrate on first run
This commit is contained in:
commit
eacd2c95b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user