From a832fc02aef0b6edcde462ed1ebd3f21d3a790e7 Mon Sep 17 00:00:00 2001 From: Nicholas Lee Date: Thu, 11 Jul 2024 15:42:13 -0400 Subject: [PATCH] fix: sdmt property name --- populate-scripts/update/93-sdmt.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/populate-scripts/update/93-sdmt.sql b/populate-scripts/update/93-sdmt.sql index 51367e6..4998527 100644 --- a/populate-scripts/update/93-sdmt.sql +++ b/populate-scripts/update/93-sdmt.sql @@ -14,7 +14,7 @@ UPDATE tasks SET "isPractice": true, "maxResponseTime": 180000, "numRows": 1, - "numnCols": 9, + "numCols": 9, "stimuliConfig": { "type": "generated", "stimuli": null @@ -27,7 +27,7 @@ UPDATE tasks SET "isPractice": false, "maxResponseTime": 120000, "numRows": 1, - "numnCols": 9, + "numCols": 16, "stimuliConfig": { "type": "generated", "stimuli": null