Update db commands

This commit is contained in:
Owen
2026-02-16 20:46:02 -08:00
parent c4938b896d
commit 542d21ac2b

View File

@@ -179,8 +179,8 @@ Then choose your database:
Generate the database schema and push it:
```bash
npm run db:sqlite:generate
npm run db:sqlite:push
npm run db:generate
npm run db:push
```
</Step>