Skip to content

Commit

Permalink
removed project reference from all_schemas function
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybabb committed Oct 1, 2024
1 parent 4aeb463 commit 629752c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/general/all_schemas-func.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,10 @@ AS (
WHERE
(
(
iss.catalog_name = 'clingen-stage'
AND
REGEXP_CONTAINS(iss.schema_name, r'^clinvar_\d{4}_\d{2}_\d{2}.*')
REGEXP_CONTAINS(iss.schema_name, r'^clinvar_\d{4}_\d{2}_\d{2}_v\d+_\d+_\d+$')
)
OR
(
iss.catalog_name = 'clingen-dev'
AND
REGEXP_CONTAINS(iss.schema_name, r'^clinvar_\d{4}_\d{2}_\d{2}_v\d+_\d+_\d+_beta\d+$')
)
)
Expand Down

0 comments on commit 629752c

Please sign in to comment.