Skip to content
Snippets Groups Projects
Commit 0c76b1b5 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

ASMPATCH is also a valid stable ID prefix.

parent f9d8f9fd
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,7 @@ sub initial_stable_id {
SELECT MAX(stable_id)
FROM ${type}_stable_id
WHERE stable_id LIKE "ENS%"
OR stable_id LIKE "ASMPATCH%"
);
$init_stable_id = $self->fetch_value_from_db($s_dbh, $sql);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment