Skip to content

Ignore metadatum fields to remove later

  • 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

What does this MR do and why?

Ignore database columns added in !157481 (merged), before removing them later.

Based on #480336, we decided to remove the new database columns for 2 reasons:

  • We need to have a more flexible structure to be able to support custom settings, we will save the settings, options ... in a jsonb field
  • We need to link the settings to a package reference. One conan package can have multiple package_reference with different settings. This is why we want to create a new table for it.

cc @ScanianJP

Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading