Skip to content

Commit

Permalink
Merge pull request #1352 from ryaxley/patch-2
Browse files Browse the repository at this point in the history
Bump ADKP version in resources.ts
  • Loading branch information
jay-hodgson authored Nov 4, 2024
2 parents ae0e26a + ebcafaa commit e18b8cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/portals/adknowledgeportal/src/config/resources.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const computationalSql = 'Select * from syn20337467'
export const dataSql = 'SELECT * FROM syn11346063.61'
export const dataSql = 'SELECT * FROM syn11346063.62'
export const dataOnStudiesPageSql =
"SELECT id, name, metadataType, dataType, assay FROM syn11346063.61 WHERE `resourceType` = 'metadata'"
"SELECT id, name, metadataType, dataType, assay FROM syn11346063.62 WHERE `resourceType` = 'metadata'"
export const peopleSql = 'SELECT * FROM syn13897207'
export const projectsSql = 'SELECT * FROM syn17024229 ORDER BY isFeatured DESC'
export const publicationsSql = 'SELECT * FROM syn20448807'
Expand Down

0 comments on commit e18b8cf

Please sign in to comment.