Modify migration to fit NOT NULL constraint
This commit is contained in:
parent
89600fc7aa
commit
7aaff12e2c
@ -14,4 +14,4 @@ UPDATE mangas
|
||||
SET last_update = 0
|
||||
WHERE last_update = -1;
|
||||
UPDATE categories
|
||||
SET manga_order = NULL;
|
||||
SET manga_order = "";
|
Loading…
x
Reference in New Issue
Block a user