P5-5483 fix article categories
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
-- P5-5483: fix article categories
|
||||
|
||||
--insert some more articles
|
||||
insert into article_categories (name) values
|
||||
('Wall murals'),
|
||||
('DIY'),
|
||||
('Wallpaper'),
|
||||
('Designers'),
|
||||
('Canvas prints');
|
||||
|
||||
-- fix some names
|
||||
update article_categories set name = 'Trends & Inspiration' where name = 'Trends and inspiration';
|
||||
update article_categories set name = 'Press room' where name = 'Pressroom';
|
||||
Reference in New Issue
Block a user