Skip to content

Commit

Permalink
Enforcing non null values for feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas committed Dec 16, 2024
1 parent c8a8442 commit 11e96ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/migrations/db/migration_131.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ALTER TABLE "public"."agent_message_feedbacks" ADD COLUMN "conversationShared" BOOLEAN DEFAULT false;
ALTER TABLE "public"."agent_message_feedbacks" ADD COLUMN "conversationShared" BOOLEAN NOT NULL DEFAULT false;

0 comments on commit 11e96ca

Please sign in to comment.