Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9341245
116.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
276 B
Subscribers
None
116.sql
View Options
-- SWH DB schema upgrade
-- from_version: 115
-- to_version: 116
-- description: Add hg revision type
insert
into
dbversion
(
version
,
release
,
description
)
values
(
116
,
now
(),
'Work In Progress'
);
ALTER
TYPE
revision_type
ADD
VALUE
'hg'
;
-- added at the end by default
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 11:53 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3240455
Attached To
rDSTO Storage manager
Event Timeline
Log In to Comment