Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9345309
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
Fri, Jul 4, 3:17 PM (5 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3241491
Attached To
rDSTO Storage manager
Event Timeline
Log In to Comment