https://github.com/genome/genome
Raw File
Tip revision: f80cbaea0374a4e66b4eb987ea84af381071e85d authored by Thomas B. Mooney on 04 December 2018, 22:14:37 UTC
Merge pull request #1895 from tmooney/better_cromwell_output_staging
Tip revision: f80cbae
workflow_instance_index_name.sql
-- Revert workflow_instance_index_name

BEGIN;

DROP INDEX workflow.instance_name_idx;

COMMIT;
back to top