Run database migrations on each server startup

This commit is contained in:
Graham McIntire 2026-03-11 16:54:06 -05:00
parent 324c5c556c
commit 22c9854afd
No known key found for this signature in database

View file

@ -2,4 +2,5 @@
set -eu
cd -P -- "$(dirname -- "$0")"
./ammoprices eval Ammoprices.Release.migrate
PHX_SERVER=true exec ./ammoprices start