Skip to content

Commit 1b3052b

Browse files
committed
Skip running fake migrations
1 parent b265694 commit 1b3052b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llmstack/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ def signal_handler(sig, frame):
312312
run_django_command(sys.argv[1:])
313313
sys.exit(0)
314314

315-
run_django_command(["manage.py", "migrate", "--fake"])
316315
run_django_command(["manage.py", "migrate", "--noinput"])
317316
run_django_command(
318317
[

0 commit comments

Comments
 (0)