Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9342796
126.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
329 B
Subscribers
None
126.sql
View Options
-- SWH DB schema upgrade
-- from_version: 125
-- to_version: 126
-- description: drop useless function swh_revision_get_by
insert
into
dbversion
(
version
,
release
,
description
)
values
(
126
,
now
(),
'Work In Progress'
);
DROP
FUNCTION
swh_revision_get_by
(
origin_id
bigint
,
branch_name
bytea
,
"date"
timestamp
with
time
zone
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 1:01 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3241535
Attached To
rDSTO Storage manager
Event Timeline
Log In to Comment