We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfc6c81 + 6ea44f6 commit f314856Copy full SHA for f314856
1 file changed
deepwell/migrations/20220906103252_deepwell.sql
@@ -691,7 +691,7 @@ CREATE TABLE message_draft (
691
created_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT now(),
692
updated_at TIMESTAMP WITH TIME ZONE,
693
user_id BIGINT NOT NULL REFERENCES "user"(user_id),
694
- recipients JSONB NOT NULL,
+ recipients JSON NOT NULL,
695
696
-- Text contents
697
subject TEXT NOT NULL,
0 commit comments