-
Notifications
You must be signed in to change notification settings - Fork 81
Drop old Commerce tables #2510
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
Drop old Commerce tables #2510
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.
Can we include list of all necessary DELETE statements instead of dynamically generate SQL?
docs/update_and_migration/from_4.3/update_from_4.3_new_commerce.md
Outdated
Show resolved
Hide resolved
docs/update_and_migration/from_4.3/update_from_4.3_new_commerce.md
Outdated
Show resolved
Hide resolved
@adamwojs I thought it was more safe with the dynamic way. And I don't have the table list. I could try to find it. |
docs/update_and_migration/from_4.3/update_from_4.3_new_commerce.md
Outdated
Show resolved
Hide resolved
@adamwojs I get the |
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.
Not sure, if we have a standard. Wouldn't it be better to just list the tables that should be deleted - and leave the sql part to the user?
@reithor @adamwojs |
@adriendupuis |
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.
+1 for the explicit list of tables, thank you!
docs/update_and_migration/from_4.3/update_from_4.3_new_commerce.md
Outdated
Show resolved
Hide resolved
docs/update_and_migration/from_4.3/update_from_4.3_new_commerce.md
Outdated
Show resolved
Hide resolved
docs/update_and_migration/from_4.3/update_from_4.3_new_commerce.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com>
--------- Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com> (cherry picked from commit 61fe28f)
--------- Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com> (cherry picked from commit 61fe28f)
ses_andsve_tables can be removed after migrating from old to new Commerce.Preview: https://ez-systems-developer-documentation--2510.com.readthedocs.build/en/2510/update_and_migration/from_4.3/update_from_4.3_new_commerce/#update-the-database
Checklist