Modify DB schema for Geo support for Debian Project Component File
Parent: https://gitlab.com/gitlab-org/gitlab/-/issues/333611+s ## Summary Create the database migrations for Geo replication of `Packages::Debian::ProjectComponentFile`. **Expected branch name:** `geo-packages_debian_project_component_file-replication-1-db-schema` ## Acceptance criteria - [x] State table migration created (`packages_debian_project_component_file_states`) - [x] Geo registry table migration created (`packages_debian_project_component_file_registry`) - [x] DB dictionary YAML files created - [x] `db/structure.sql` regenerated - [x] `ee/db/geo/structure.sql` regenerated - [x] MR created and passing CI
task