mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-23 12:31:30 +02:00
Rework header a bit + remove assumption of all personas having a prompt
This commit is contained in:
@@ -40,7 +40,6 @@ def upgrade() -> None:
|
||||
# This is irrecoverable, whatever
|
||||
op.execute("DELETE FROM chat_feedback")
|
||||
op.execute("DELETE FROM document_retrieval_feedback")
|
||||
op.execute("DELETE FROM persona")
|
||||
|
||||
op.create_table(
|
||||
"search_doc",
|
||||
|
Reference in New Issue
Block a user