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

Add the db_id to the 'db_list' view.

parent 9376fde0
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,8 @@ CREATE TABLE analysis_web_data (
-- VIEWS
CREATE VIEW db_list AS
SELECT CONCAT(
SELECT db_id AS db_id,
CONCAT(
CONCAT_WS('_', db_name, db_type, db_release, db_assembly),
db_suffix) AS full_db_name
FROM species
......
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