Modify migration to fit NOT NULL constraint
This commit is contained in:
parent
89600fc7aa
commit
7aaff12e2c
1 changed files with 1 additions and 1 deletions
|
|
@ -14,4 +14,4 @@ UPDATE mangas
|
|||
SET last_update = 0
|
||||
WHERE last_update = -1;
|
||||
UPDATE categories
|
||||
SET manga_order = NULL;
|
||||
SET manga_order = "";
|
||||
Loading…
Reference in a new issue