mirror of
https://github.com/QuivrHQ/quivr.git
synced 2025-01-07 08:07:44 +03:00
4 lines
131 B
SQL
4 lines
131 B
SQL
alter table "public"."chat_history" drop column "user_feedback";
|
|
|
|
alter table "public"."chat_history" add column "thumbs" boolean;
|