MME-21 Drop and create unique recipe_owner_id_slug index.
This commit is contained in:
parent
f9c1d41501
commit
85fa18925a
@ -0,0 +1,2 @@
|
||||
DROP INDEX recipe_username_slug;
|
||||
CREATE UNIQUE INDEX recipe_username_slug ON recipe (owner_id, slug);
|
||||
Loading…
Reference in New Issue
Block a user