This is the second step in the metadata refactoring.
This PR concentrates on updating how metadata is stored in the DB, it updates the existing DB table OrderMetaData to be a common table to store metadata for orders and products together, this PR shouldn't have any behavioral changes, and it will be followed up with a PR that adds the logic of storing the products' metadata in the new DB table MetaData
⚠️ Please don't merge this yet.
This is the second step in the metadata refactoring.
This PR concentrates on updating how metadata is stored in the DB, it updates the existing DB table
OrderMetaData
to be a common table to store metadata for orders and products together, this PR shouldn't have any behavioral changes, and it will be followed up with a PR that adds the logic of storing the products' metadata in the new DB tableMetaData
Testing
For testing, please use the draft PR https://github.com/woocommerce/woocommerce-android/pull/12252