Add packages_conan_package_reference table and model
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA
Second step to support Conan revisions and metadata. See issue #480355 (closed).
What does this MR do and why?
This MR create the packages_conan_package_reference table schema and the corresponding model. It adds 3 foreign keys to package, project and recipe_revision tables.
@dmeshcharakou I changed the db table name a bit compare to what was describe in #480355 (closed). From packages_conan_reference to packages_conan_package_reference. As then the model is Packages::Conan::PackageReference and I think it clearer like this.
CC @ScanianJP
Changelog: added Add packages_conan_package_reference table and model
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.