Skip to content

Commit

Permalink
fix: sdmt property name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalee committed Jul 11, 2024
1 parent da30425 commit a832fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions populate-scripts/update/93-sdmt.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ UPDATE tasks SET
"isPractice": true,
"maxResponseTime": 180000,
"numRows": 1,
"numnCols": 9,
"numCols": 9,
"stimuliConfig": {
"type": "generated",
"stimuli": null
Expand All @@ -27,7 +27,7 @@ UPDATE tasks SET
"isPractice": false,
"maxResponseTime": 120000,
"numRows": 1,
"numnCols": 9,
"numCols": 16,
"stimuliConfig": {
"type": "generated",
"stimuli": null
Expand Down

0 comments on commit a832fc0

Please sign in to comment.