mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 17:43:03 +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;
|