Page MenuHomeSoftware Heritage

002.sql
No OneTemporary

-- SWH DB schema upgrade
-- from_version: 1
-- to_version: 2
-- description: Add a 'corrupted' status into the archive_content status
INSERT INTO dbversion(version, release, description)
VALUES(2, now(), 'Work In Progress');
ALTER TYPE archive_status ADD VALUE 'corrupted';

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 17, 10:39 AM (5 d, 8 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3242129

Event Timeline