Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9124520
124.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
387 B
Subscribers
None
124.sql
View Options
-- SWH Indexer DB schema upgrade
-- from_version: 123
-- to_version: 124
-- description: drop constraint that origin_intrinsic_metadata references an existing revision_intrinsic_metadata.
insert
into
dbversion
(
version
,
release
,
description
)
values
(
124
,
now
(),
'Work In Progress'
);
alter
table
origin_intrinsic_metadata
drop
constraint
origin_intrinsic_metadata_revision_metadata_fkey
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 7:14 PM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3240126
Attached To
rDCIDX Metadata indexer
Event Timeline
Log In to Comment