change content size

This commit is contained in:
Dobromir Popov
2024-06-21 15:41:50 +03:00
parent d1d0ca667e
commit 784f95cc9f
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
-- AlterTable
ALTER TABLE `message` MODIFY `content` TEXT NOT NULL;
-- AlterTable
ALTER TABLE `survey` MODIFY `content` TEXT NOT NULL;