From 7ab9d43bca3403c2b39369c343a3e1673a421894 Mon Sep 17 00:00:00 2001 From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> Date: Tue, 19 Nov 2024 10:48:36 -0500 Subject: [PATCH] chore: skip migrations for faster startup --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 4633c943..3f0ad145 100644 --- a/config.yml +++ b/config.yml @@ -1,6 +1,6 @@ env: heroku quick_start: false # whether to skip initial tasks on application startup, like summary generation -skip_migrations: false # whether to intentionally not run database migrations, only use for dev purposes +skip_migrations: true # whether to intentionally not run database migrations, only use for dev purposes enable_pprof: false # whether to expose pprof (https://pkg.go.dev/runtime/pprof) profiling data as an endpoint for debugging server: