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
- [ ] State table migration created (`packages_debian_project_component_file_states`)
- [ ] Geo registry table migration created (`packages_debian_project_component_file_registry`)
- [ ] DB dictionary YAML files created
- [ ] `db/structure.sql` regenerated
- [ ] `ee/db/geo/structure.sql` regenerated
- [ ] MR created and passing CI
task