Skip to content

(tryout fix build patch for D2145) storage.storage: Allow the origin.type column to be None

Turns out in the postgresql schema, there is no "not null" constraint on the origin.type column already.

It's not a real fix (well i did not test it thorougly, i just know local tests are fine), it's just a tryout to make the swh-lister!385 (closed) build pass.

Note: I don't know if jenkins knows how to cross-build (in-between repositories) patches though.

Test Plan

tox


Migrated from D2156 (view on Phabricator)

Merge request reports