Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
f3e3452f
Commit
f3e3452f
authored
Oct 15, 2019
by
Piotr Gawron
Browse files
aGenetic data overlay uploaded prior to 14.0.0 crash maps
parent
ee83f7a5
Pipeline
#15060
passed with stage
in 11 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
f3e3452f
minerva
(
14.0.2
)
stable
;
urgency
=
medium
*
Bug
fix
:
Genetic
data
overlay
uploaded
prior
to
14.0.0
crashed
maps
(#
988
)
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Wed
,
15
Oct
2019
11
:
00
:
00
+
0200
minerva
(
14.0.1
)
stable
;
urgency
=
medium
*
Bug
fix
:
maps
that
were
annotated
using
old
Biocompendium
annotator
could
not
load
properly
(#
986
)
...
...
persist/src/main/resources/db/migration/14.0.2/V14.0.1.20191015_2__color_schema_type_fix.sql
0 → 100644
View file @
f3e3452f
update
layout_table
set
color_schema_type
=
'GENETIC_VARIANT'
where
file_entry_id
in
(
select
id
from
file_entry_table
where
encode
(
file_content
,
'escape'
)
like
'%TYPE=GENE_%'
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment