We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69f1b48 + 1c13a33 commit 400ab19Copy full SHA for 400ab19
spiffworkflow-backend/bin/boot_server_in_docker
@@ -102,8 +102,7 @@ if [[ "${SPIFFWORKFLOW_BACKEND_RUN_DATA_SETUP:-}" != "false" ]]; then
102
uv run python bin/refresh_all_caches.py
103
fi
104
105
-# uv run python bin/bootstrap.py
106
-## TODO: turn back on
+uv run python bin/bootstrap.py
107
108
log_info "Starting gunicorn server"
109
export IS_GUNICORN="true"
spiffworkflow-backend/migrations/versions/8b258f77eafe_.py
@@ -72,4 +72,3 @@ def downgrade():
72
unique=False,
73
)
74
batch_op.drop_column("task_guid")
75
-
0 commit comments