Skip to content
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

[6.x] Database Orders: Store status log in its own table #983

Merged
merged 11 commits into from
Feb 3, 2024

Conversation

duncanmcclean
Copy link
Owner

@duncanmcclean duncanmcclean commented Feb 3, 2024

This pull request moves the order status log out of the order's data column and into a database table of it's own.

This change will make things much easier in terms of querying orders made on a certain date with a certain status. In the previous way of doing things, that was near impossible.

To Do

  • Upon upgrade, users should publish the migration
  • Upon upgrade/deployment, users should migrate status log from orders table
  • Ensure the sc:migrate-to-database command imports the status log properly

@duncanmcclean duncanmcclean marked this pull request as ready for review February 3, 2024 11:12
@duncanmcclean duncanmcclean merged commit f267354 into main Feb 3, 2024
10 checks passed
@duncanmcclean duncanmcclean deleted the refactor/database-order-status-log branch February 3, 2024 11:25
Copy link

Released as part of v6.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant