Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9343876
070.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
352 B
Subscribers
None
070.sql
View Options
-- SWH DB schema upgrade
-- from_version: 69
-- to_version: 70
-- description: Drop the archiver's related tables in main schema (move to its own database)
INSERT
INTO
dbversion
(
version
,
release
,
description
)
VALUES
(
70
,
now
(),
'Work In Progress'
);
DROP
TABLE
content_archive
;
DROP
TABLE
archives
;
DROP
TYPE
archive_status
;
DROP
DOMAIN
archive_id
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 1:55 PM (1 d, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3281381
Attached To
rDSTO Storage manager
Event Timeline
Log In to Comment