-
-
Notifications
You must be signed in to change notification settings - Fork 450
Removed old install scripts #4774
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
base: main
Are you sure you want to change the base?
Conversation
|
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.
Pull Request Overview
This pull request removes obsolete database migration/upgrade files that are no longer required for versions below v1.6. The cleanup targets install scripts for the Directory, Dataflow, and Customer modules that were used for older version upgrades.
- Removes install and upgrade SQL scripts for Directory module below v0.8.3
- Removes install and upgrade SQL scripts for Dataflow module below v1.6.0.0
- Removes install and upgrade SQL scripts for Customer module below v1.6.0.0
Reviewed Changes
Copilot reviewed 282 out of 596 changed files in this pull request and generated no comments.
File | Description |
---|---|
app/code/core/Mage/Directory/sql/directory_setup/*.php | Removed obsolete Directory module installation/upgrade scripts |
app/code/core/Mage/Dataflow/sql/dataflow_setup/*.php | Removed obsolete Dataflow module installation/upgrade scripts |
app/code/core/Mage/Customer/sql/customer_setup/*.php | Removed obsolete Customer module installation/upgrade scripts |
Comments suppressed due to low confidence (1)
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
c6ba4b6
to
8251136
Compare
|
Description (*)
Install scripts below v1.6 are not requiered anymore.
Manual testing scenarios (*)
ddev export-db -f test-before.sql.gzip
ddev export-db -f test-after.sql.gzip