Change back to lokowitz db method

This commit is contained in:
Owen
2026-02-12 12:13:13 -08:00
parent bc7bc8da66
commit a409ec269b
9 changed files with 17 additions and 19 deletions

View File

@@ -34,10 +34,10 @@ jobs:
run: npm run set:oss
- name: Generate database migrations
run: npm run db:sqlite:generate
run: npm run db:generate
- name: Apply database migrations
run: npm run db:sqlite:push
run: npm run db:push
- name: Test with tsc
run: npx tsc --noEmit