mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
feat: add last_update field to brain table (#1252)
This commit is contained in:
parent
5e2d8a6b59
commit
b121d49927
@ -136,7 +136,8 @@ CREATE TABLE IF NOT EXISTS brains (
|
||||
max_tokens INT,
|
||||
temperature FLOAT,
|
||||
openai_api_key TEXT,
|
||||
prompt_id UUID REFERENCES prompts(id)
|
||||
prompt_id UUID REFERENCES prompts(id),
|
||||
last_update TIMESTAMP DEFAULT CURRENT_TIMESTAMP
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user