slugbucket / crossword-hints

Python Flask web application to aid decipherment of cryptic crossword clues for known setters
GNU General Public License v3.0
1 stars 0 forks source link

cue_word submission not saving the meaning - bug0031 #32

Closed slugbucket closed 4 years ago

slugbucket commented 4 years ago

After submitting a cue_word on the solutions form, the database record only contains the cue_word and not the meaning.

slugbucket commented 4 years ago

the cue_words model in crossword_hints/models/crossword_hints.py is missing the meaning column.

slugbucket commented 4 years ago

After adding the meaning row to the crossword_hints model submitted cue words include the meaning in the database.