Delete unused product groups from database (#378)
* Delete unused product groups from database * Delete from product-groups and related tables * Fix migration naming
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- 5 doityourselfframe
|
||||
-- 6 designer-wallpaper
|
||||
|
||||
DELETE FROM "product-printprices" WHERE groupid IN (5, 6);
|
||||
DELETE FROM "product-groups" WHERE groupid IN (5, 6);
|
||||
Reference in New Issue
Block a user