Allow for printing session results.

This commit is contained in:
Christopher T. Johnson
2023-12-13 10:49:05 -05:00
parent 12595771b6
commit a03289db51
7 changed files with 361 additions and 20 deletions

View File

@@ -198,6 +198,7 @@ SQL_CMDS = [
"person_id INTEGER REFERENCES people ON DELETE CASCADE, "
"start TEXT DEFAULT '', "
"stop TEXT DEFAULT '', "
"total TEXT DEFAULT '', "
"notes TEXT DEFAULT '')",
#
"CREATE TABLE IF NOT EXISTS session_word "