-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add newer tables to drop #17
base: master
Are you sure you want to change the base?
Conversation
`magento_banner`, | ||
`magento_banner_catalogrule`, | ||
`magento_banner_content`, | ||
`magento_banner_customersegment`, | ||
`magento_banner_salesrule`, | ||
`magento_bulk`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, It used to be a time where it was EE restricted! 👴
@@ -54,7 +60,6 @@ DROP TABLE IF EXISTS | |||
`magento_invitation_track`, | |||
`magento_logging_event`, | |||
`magento_logging_event_changes`, | |||
`magento_operation`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, It used to be a time where it was EE restricted! 👴
`sequence_catalog_category`, | ||
`sequence_product`, | ||
`sequence_catalogrule`, | ||
`sequence_cms_block`, | ||
`sequence_cms_page`, | ||
`sequence_product_bundle_option`, | ||
`sequence_product_bundle_selection`, | ||
`sequence_salesrule`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The sequence tables removal should be moved accordingly to the specific scripts available in this repo, so we have a clean view of what impact every component (product, category, salesrule...) have.
Thank you @LucaGallinari for your great contribution ❤️ I've noted that it's still in draft, but here my comments anyway 😄 |
Yes, i am working on it locally while we are doing a sidegrade, i'll comeback with some more changes |
I'll comeback tomorrow with more insight regarding this PR 😄