Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
35b3d86e
Commit
35b3d86e
authored
Dec 16, 2021
by
Piotr Gawron
Browse files
there were some weird artifacts in the db
parent
a7cdbf25
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
35b3d86e
...
...
@@ -5,6 +5,7 @@ minerva (16.0.5) stable; urgency=medium
consuming
(#
1605
)
*
Bug
fix
(
performance
):
showing
data
overlay
on
big
map
was
time
consuming
*
Bug
fix
:
invalid
SBML
file
could
crash
map
upload
/
format
conversion
(#
1611
)
*
Bug
fix
:
some
old
maps
could
not
be
removed
(#
1607
)
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Mon
,
13
Dec
2021
15
:
00
:
00
+
0200
...
...
persist/src/main/resources/db/migration/hsql/16.0.5/V16.0.5.20211215.2__invalid_modification_residue.sql
0 → 100644
View file @
35b3d86e
update
modification_residue_table
set
modification_type
=
'MODIFICATION_SITE'
where
modification_type
=
''
;
persist/src/main/resources/db/migration/postgres/16.0.5/V16.0.5.20211215.2__invalid_modification_residue.sql
0 → 100644
View file @
35b3d86e
update
modification_residue_table
set
modification_type
=
'MODIFICATION_SITE'
where
modification_type
=
''
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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