Skip to content

Geo: Part 1 of Enforce not null packages_package_files.file_store

What does this MR do?

Part of #229412 (closed):

When sync_object_storage is false, RegistryConsistencyService calls methods which use the clause WHERE file_store = 1. We need to:

  • index that field (which we've done).
  • make it non-nullable.
  • Copy !38549 (merged) but for packages_package_files.file_store
  • Copy !38719 (merged) but for packages_package_files.file_store (I marked it dependent on this one since it's not merged the time of this writing)

Migration output

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Michael Kozono

Merge request reports