Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9338002
174.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
324 B
Subscribers
None
174.sql
View Options
-- SWH DB schema upgrade
-- from_version: 173
-- to_version: 174
-- description: remove authority and fetcher metadata
insert
into
dbversion
(
version
,
release
,
description
)
values
(
174
,
now
(),
'Work In Progress'
);
alter
table
metadata_authority
drop
column
metadata
;
alter
table
metadata_fetcher
drop
column
metadata
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jul 4 2025, 8:28 AM (8 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3292615
Attached To
rDSTO Storage manager
Event Timeline
Log In to Comment