From 33bec36815e45e75c0d165f9104ad57d0df8f764 Mon Sep 17 00:00:00 2001 From: LawyZheng Date: Fri, 18 Apr 2025 00:09:43 +0800 Subject: [PATCH] fix skyvern init (#2181) --- skyvern/cli/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/skyvern/cli/commands.py b/skyvern/cli/commands.py index 1e8bca78..328c47dc 100644 --- a/skyvern/cli/commands.py +++ b/skyvern/cli/commands.py @@ -805,6 +805,7 @@ def init() -> None: if run_local: setup_postgresql() + migrate_db() api_key = asyncio.run(_setup_local_organization()) if os.path.exists(".env"):