Skip to content

Commit

Permalink
Merge pull request #553 from avanlinden/patch-3
Browse files Browse the repository at this point in the history
Increment AD fileview version for data release
  • Loading branch information
jay-hodgson authored Nov 8, 2023
2 parents 68be39c + 6bddcbc commit 409e6cc
Showing 1 changed file with 2 additions and 2 deletions.
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.43'
export const dataSql = 'SELECT * FROM syn11346063.45'
export const dataOnStudiesPageSql =
"SELECT id, name, metadataType, dataType, assay FROM syn11346063.43 WHERE `resourceType` = 'metadata'"
"SELECT id, name, metadataType, dataType, assay FROM syn11346063.45 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 409e6cc

Please sign in to comment.