Skip to content

Commit 8d56fca

Browse files
committed
Fix: correct the table name for shortanswer answers
1 parent 6a40b25 commit 8d56fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • bases/rsptx/web2py_server/applications/runestone/models

bases/rsptx/web2py_server/applications/runestone/models/db_ebook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
# shortanswer_answers
221221
# -------------------
222222
db.define_table(
223-
"shortanswe_answers",
223+
"shortanswer_answers",
224224
Field("timestamp", "datetime"),
225225
Field("div_id", "string"),
226226
Field("sid", "string"),

0 commit comments

Comments
 (0)