mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-24 05:55:13 +03:00
fix(ollama): tables error
This commit is contained in:
parent
604b55a99e
commit
9d18246e66
@ -112,7 +112,7 @@ $$;
|
||||
CREATE TABLE IF NOT EXISTS api_keys(
|
||||
key_id UUID DEFAULT gen_random_uuid() PRIMARY KEY,
|
||||
user_id UUID REFERENCES auth.users (id),
|
||||
name TEXT DEFAULT "API_KEY",
|
||||
name TEXT DEFAULT 'API_KEY',
|
||||
days INT DEFAULT 30,
|
||||
only_chat BOOLEAN DEFAULT false,
|
||||
api_key TEXT UNIQUE,
|
||||
|
Loading…
Reference in New Issue
Block a user