Page MenuHomeSoftware Heritage

121.sql
No OneTemporary

-- SWH Indexer DB schema upgrade
-- from_version: 120
-- to_version: 121
-- description: add comment to the 'mappings' column
insert into dbversion(version, release, description)
values(121, now(), 'Work In Progress');
comment on column revision_metadata.mappings is 'type of metadata files used to obtain this metadata (eg. pkg-info, npm)';
comment on column origin_intrinsic_metadata.mappings is 'type of metadata files used to obtain this metadata (eg. pkg-info, npm)';

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 3, 12:24 PM (2 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3240129

Event Timeline