Skip to content

Commit b3e5756

Browse files
committed
feat(db): add migrations for storing internal messages
1 parent 57d46b7 commit b3e5756

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Add is_internal field to thread_messages table to support internal staff notes
2+
ALTER TABLE thread_messages ADD COLUMN is_internal BOOLEAN NOT NULL DEFAULT false;

0 commit comments

Comments
 (0)