We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7d92c commit 27f264eCopy full SHA for 27f264e
README.md
@@ -35,6 +35,7 @@ You can use the following [sample](./downgrade.sample).
35
- [Product](./scripts/product.sql)
36
- [CMS](./scripts/cms.sql)
37
- [EE Tables](./scripts/ee.sql)
38
+- [Wishlist](./scripts/wishlist.sql)
39
40
## Similar package
41
scripts/wishlist.sql
@@ -0,0 +1,3 @@
1
+ALTER TABLE `wishlist`
2
+ DROP INDEX WISHLIST_CUSTOMER_ID,
3
+ ADD CONSTRAINT `WISHLIST_CUSTOMER_ID` UNIQUE KEY (`customer_id`);
0 commit comments