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 17e8462 commit 19af4f4Copy full SHA for 19af4f4
scripts/customer.sql
@@ -0,0 +1,10 @@
1
+ALTER TABLE `customer_eav_attribute`
2
+ DROP COLUMN `is_used_for_customer_segment`;
3
+
4
+ALTER TABLE `customer_entity`
5
+ DROP INDEX `CUSTOMER_ENTITY_CREATED_AT`,
6
+ DROP INDEX `CUSTOMER_ENTITY_DOB`,
7
+ DROP INDEX `CUSTOMER_ENTITY_DEFAULT_BILLING`,
8
+ DROP INDEX `CUSTOMER_ENTITY_DEFAULT_SHIPPING`,
9
+ DROP INDEX `CUSTOMER_ENTITY_GENDER`,
10
+ DROP INDEX `CUSTOMER_ENTITY_GROUP_ID`;
0 commit comments