fix(archived-message): text nullable

This commit is contained in:
devthejo 2025-08-24 10:44:38 +02:00
parent 3e83c7704c
commit dc586e3991
No known key found for this signature in database
GPG key ID: 00CCA7A92B1D5351
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
alter table "public"."archived_message" alter column "text" set not null;

View file

@ -0,0 +1 @@
alter table "public"."archived_message" alter column "text" drop not null;