update db col max size + add char to url regex

This commit is contained in:
Sonny
2022-05-08 22:49:31 +02:00
parent e914da7f2b
commit f2d90b3dcd
3 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
-- AlterTable
ALTER TABLE `category` MODIFY `name` VARCHAR(255) NOT NULL;
-- AlterTable
ALTER TABLE `link` MODIFY `name` VARCHAR(255) NOT NULL,
MODIFY `url` TEXT NOT NULL;