pulp_rpm
pulp_rpm copied to clipboard
Database schema cleanups
-
UpdateCollectionPackage.sum_typeshouldn't be allowed to be 0, but this seems to be the case in some ancient data. We could probably perform a migration determiningsum_typebased on the length of the checksum, or else wipe out thesumvalue if it's not of a proper length. -
original_checksum_typesshould probably go away or be merged intolast_sync_details
Probably combine with https://github.com/pulp/pulp_rpm/issues/2580
Should also include the database fields that go with https://github.com/pulp/pulp_rpm/issues/3338
Due to zero-downtime policy we can't always clean up database fields in the same PRs that we remove features.