Skip to content

Commit

Permalink
[DP-472] Fix duckdb pa patient list limit issue (#7)
Browse files Browse the repository at this point in the history
* upgrade duckdb

* revert pa default pagination to 20
  • Loading branch information
brandantck authored Apr 1, 2024
1 parent 22ff7db commit 87bf926
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions services/analytics-svc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"node": ">=18.14.0"
},
"repository": {
"type": "git",
"url": "[email protected]:alp/alp-clinical-research.git"
"type": "git",
"url": "[email protected]:alp/alp-clinical-research.git"
},
"dependencies": {
"@alp/alp-base-utils": "1.1.9",
Expand All @@ -34,7 +34,7 @@
"async": "3.2.4",
"csv-write-stream": "^2.0.0",
"dotenv": "10.0.0",
"duckdb-async": "^0.9.2",
"duckdb-async": "^0.10.0",
"express": "^4.18",
"express-validator": "6.6.1",
"hdb": "^0.19.3",
Expand Down
2 changes: 1 addition & 1 deletion services/mri-pg-config/src/db/seeds/03_Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17043,7 +17043,7 @@ const paConfig = {
downloadEnabled: true,
collectionEnabled: true,
beginVisible: true,
pageSize: 65,
pageSize: 20,
},
vb: {
visible: true,
Expand Down

0 comments on commit 87bf926

Please sign in to comment.