mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-16 01:55:15 +03:00
4 lines
131 B
MySQL
4 lines
131 B
MySQL
|
alter table "public"."chat_history" drop column "user_feedback";
|
||
|
|
||
|
alter table "public"."chat_history" add column "thumbs" boolean;
|