Page MenuHomeSoftware Heritage

070.sql
No OneTemporary

-- 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

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

Event Timeline