Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7450965
098.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
280 B
Subscribers
None
098.sql
View Options
-- SWH DB schema upgrade
-- from_version: 97
-- to_version: 98
-- description: remove duplicate index on occurrence_history(object_id)
insert
into
dbversion
(
version
,
release
,
description
)
values
(
98
,
now
(),
'Work In Progress'
);
DROP
INDEX
occurrence_history_object_id_idx
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 17, 9:18 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3241491
Attached To
rDSTOC swh-storage-cassandra
Event Timeline
Log In to Comment