Fix SQL Errors.

This commit is contained in:
yuanhau 2025-06-07 11:10:05 +08:00
parent a232d9bc2b
commit d18f8c6234
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,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 text not null unique,
username text not null unique,
groq_api_key text,
starred_news JSON not null,
translate_provider text,