Skip to content

Commit 19af4f4

Browse files
committed
Drop columns related to Magento_CustomerSegment EE module
1 parent 17e8462 commit 19af4f4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scripts/customer.sql

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)