Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9314356
121.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
475 B
Subscribers
None
121.sql
View Options
-- 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
Details
Attached
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
Attached To
rDCIDX Metadata indexer
Event Timeline
Log In to Comment