Skip to content

Commit

Permalink
PORTALS-2827: Use MV for NF studies
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed Oct 30, 2023
1 parent e85c2b6 commit 0e46fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/portals/src/configurations/nf/resources.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const datasetsSql = 'SELECT * FROM syn50913342.4'
export const publicationsSql = 'SELECT * FROM syn16857542'
export const studiesSql = 'SELECT * FROM syn16787123'
export const studiesSql = 'SELECT * FROM syn52694652'
export const initiativesSql = 'SELECT * FROM syn24189696'
export const toolsSql = 'SELECT * FROM syn51730943'
export const peopleSql = 'SELECT * FROM syn23564971'
Expand Down

0 comments on commit 0e46fe1

Please sign in to comment.