fix: create migrations and update to latest railpack

This commit is contained in:
Amir Moradi
2026-01-08 12:29:42 +01:00
parent b19d3e94eb
commit 0c62bc0f29
13 changed files with 6993 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Install Railpack
if: matrix.job == 'test'
run: |
export RAILPACK_VERSION=0.15.1
export RAILPACK_VERSION=0.15.4
curl -sSL https://railpack.com/install.sh | bash
echo "Railpack installed $RAILPACK_VERSION"