Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8394647
066.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
281 B
Subscribers
None
066.sql
View Options
-- SWH DB schema upgrade
-- from_version: 65
-- to_version: 66
-- description: Add revision type svn
insert
into
dbversion
(
version
,
release
,
description
)
values
(
66
,
now
(),
'Work In Progress'
);
ALTER
TYPE
revision_type
ADD
VALUE
'svn'
;
-- added at the end by default
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 7:27 PM (9 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3282981
Attached To
rDSTO Storage manager
Event Timeline
Log In to Comment