From 542d21ac2b35bd3710422261a9a40464cec1142b Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 16 Feb 2026 20:46:02 -0800 Subject: [PATCH] Update db commands --- development/contributing.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/contributing.mdx b/development/contributing.mdx index 08bfbc6..8424161 100644 --- a/development/contributing.mdx +++ b/development/contributing.mdx @@ -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 ```