Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9341156
002.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
413 B
Subscribers
None
002.sql
View Options
-- SWH DB schema upgrade
-- from_version: 1
-- to_version: 2
-- description: add flag to acknowledge directories' flattening
insert
into
dbversion
(
version
,
release
,
description
)
values
(
2
,
now
(),
'Work In Progress'
);
alter
table
content
alter
column
date
set
not
null
;
alter
table
directory
add
column
flat
boolean
not
null
default
false
;
alter
table
directory
alter
column
date
set
not
null
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 11:46 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3264534
Attached To
rDPROV Provenance database
Event Timeline
Log In to Comment