Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123688
122.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
347 B
Subscribers
None
122.sql
View Options
-- SWH Indexer DB schema upgrade
-- from_version: 121
-- to_version: 122
-- description: add index to search origin_intrinsic_metadata for mappings.
insert
into
dbversion
(
version
,
release
,
description
)
values
(
122
,
now
(),
'Work In Progress'
);
create
index
origin_intrinsic_metadata_mappings_idx
on
origin_intrinsic_metadata
using
gin
(
mappings
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 5:56 PM (2 w, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3240138
Attached To
rDCIDX Metadata indexer
Event Timeline
Log In to Comment