From 005db0700c39674f683ec49bcd729e28e7d6f5f7 Mon Sep 17 00:00:00 2001 From: Michael Chihlas Date: Sat, 31 Jan 2026 23:45:20 -0500 Subject: [PATCH] Add release command to run migrations on deploy Co-Authored-By: Claude Opus 4.5 --- backend/railway.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/railway.toml b/backend/railway.toml index f77ddc05..2c439905 100644 --- a/backend/railway.toml +++ b/backend/railway.toml @@ -7,3 +7,4 @@ healthcheckPath = "/health" healthcheckTimeout = 100 restartPolicyType = "on_failure" restartPolicyMaxRetries = 3 +releaseCommand = "alembic upgrade head"