Modify migration to fit NOT NULL constraint

This commit is contained in:
Jobobby04 2022-07-28 19:57:22 -04:00
parent 89600fc7aa
commit 7aaff12e2c

View File

@ -14,4 +14,4 @@ UPDATE mangas
SET last_update = 0
WHERE last_update = -1;
UPDATE categories
SET manga_order = NULL;
SET manga_order = "";