Ishi01 / CITS5505Group41Project

CITS5505 Agile Web Develoment Group Project
MIT License
1 stars 0 forks source link

15 integrate map and qa database #22

Closed stuar7 closed 4 months ago

stuar7 commented 4 months ago

This fixes the cannot find quiz_questions table issue when performing flask db upgrade. You will need to run the command twice in order to populate the database. Different solutions to this exist which consist of running a separate command altogether to populate the database, I will consider changing it a bit later to this method once we get the unit testing sorted.

This branch also has some updated game logic.

stuar7 commented 4 months ago

Closing: Outdated by #27