PW-844 Prevent empty category names in database
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- PW-844
|
||||
UPDATE category_texts
|
||||
SET name = wallpaper_name
|
||||
WHERE name IS null;
|
||||
|
||||
ALTER TABLE category_texts ALTER COLUMN name SET NOT NULL;
|
||||
Reference in New Issue
Block a user