Skip to content

Commit

Permalink
Added conversationShared column to feedbacks table
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas committed Dec 16, 2024
1 parent c0f2ac9 commit c8a8442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/migrations/db/migration_131.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "public"."agent_message_feedbacks" ADD COLUMN "conversationShared" BOOLEAN DEFAULT false;

0 comments on commit c8a8442

Please sign in to comment.