fix(archived-message): text nullable
This commit is contained in:
parent
3e83c7704c
commit
dc586e3991
2 changed files with 2 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
alter table "public"."archived_message" alter column "text" set not null;
|
|
@ -0,0 +1 @@
|
|||
alter table "public"."archived_message" alter column "text" drop not null;
|
Loading…
Add table
Reference in a new issue