Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-deposit
137 commits behind the upstream repository.
Antoine R. Dumont (@ardumont)'s avatar
Antoine R. Dumont authored
This should ease deposit listing in whatever forms (backend db read or client consuming
deposit listing).

Deposit types stand for:
- meta: metadata-only deposit
- code: content deposit

This commit includes a migration schema script which adds a new column 'type'. The
script is also in charge of migration existing data with the right type values..

Related to T3677
136cbaba
History