quivr/backend/supabase/migrations/20240318024425_rename_feedback_to_thumbs.sql

4 lines
131 B
SQL

alter table "public"."chat_history" drop column "user_feedback";
alter table "public"."chat_history" add column "thumbs" boolean;