Update table position in structure.sql
What does this MR do and why?
!145881 (merged) introduced new partitioned table p_catalog_resource_component_usages
, but it's position in structure.sql
is not the one it should have when partitions exists. This updates the file to move the table definition to
the right place.
See !145881 (comment 1818346331).
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.