Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8395072
122.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
366 B
Subscribers
None
122.sql
View Options
-- SWH DB schema upgrade
-- from_version: 121
-- to_version: 122
-- description: Remove some unused functions
insert
into
dbversion
(
version
,
release
,
description
)
values
(
122
,
now
(),
'Work In Progress'
);
DROP
FUNCTION
swh_occurrence_by_origin_visit
(
origin_id
bigint
,
visit_id
bigint
);
DROP
FUNCTION
swh_revision_find_occurrence
(
revision_id
public
.
sha1_git
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 7:33 PM (9 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3291334
Attached To
rDSTO Storage manager
Event Timeline
Log In to Comment