Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9343843
118.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
432 B
Subscribers
None
118.sql
View Options
-- SWH Indexer DB schema upgrade
-- from_version: 117
-- to_version: 118
-- description: content_mimetype: Migrate bytes column to text
insert
into
dbversion
(
version
,
release
,
description
)
values
(
118
,
now
(),
'Work In Progress'
);
alter
table
content_mimetype
alter
column
mimetype
set
data
type
text
using
convert_from
(
mimetype
,
'utf-8'
),
alter
column
encoding
set
data
type
text
using
convert_from
(
encoding
,
'utf-8'
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 1:54 PM (3 d, 1 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3240139
Attached To
rDCIDX Metadata indexer
Event Timeline
Log In to Comment