Ummm Fix some stuff.

This commit is contained in:
yuanhau 2025-06-07 10:55:00 +08:00
parent a0a5cb833e
commit a232d9bc2b
3 changed files with 5 additions and 2 deletions

View file

@ -34,7 +34,7 @@ CREATE TABLE IF NOT EXISTS chat_history (
const createUserOtherData = await sql`
create table if not exists user_other_data (
user_id text primary key ,
user_id text primary key,
user text not null unique,
groq_api_key text,
starred_news JSON not null,