We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9120691 commit f247073Copy full SHA for f247073
qiita_db/support_files/patches/93.sql
@@ -39,6 +39,7 @@
39
40
-- Note: for this to work you need to have created as admin the extension
41
-- CREATE EXTENSION pg_trgm;
42
+CREATE EXTENSION IF NOT EXISTS "pg_trgm" WITH SCHEMA public;
43
44
-- This alter table will take close to 11 min
45
ALTER TABLE qiita.processing_job
qiita_db/support_files/patches/test_db_sql/92.sql
@@ -952,8 +952,3 @@ INSERT INTO qiita.human_reads_filter_method (
952
UPDATE qiita.artifact
953
SET human_reads_filter_method_id = 1
954
WHERE artifact_id = 1;
955
-
956
--- Oct 18, 2024
957
--- This is going to be used in 93.sql but adding it here so it happens before that
958
--- patch in the test database
959
-CREATE EXTENSION pg_trgm;
0 commit comments