Move back to db:sqlite:generate

This commit is contained in:
Owen 2026-02-11 21:47:10 -08:00
parent edf506953b
commit bff9d33ee6
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
3 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ jobs:
run: npm run set:oss
- name: Generate database migrations
run: npm run db:generate
run: npm run db:sqlite:generate
- name: Apply database migrations
run: npm run db:sqlite:push