IACR / latex-submit

Web server to receive uploaded LaTeX and execute it in a docker container.
GNU Affero General Public License v3.0
11 stars 0 forks source link

Remove flask-sqlalchemy. Add Journal, Volume, Issue in database. #31

Closed kmccurley closed 1 year ago

kmccurley commented 1 year ago

This is a big complicated breaking change to the database as I get my head wrapped around how SQLAlchemy works for one-to-many relationships. I removed flask-alchemy because it is based on an older version of SQLAlchemy. I may still remove SQLAlchemy in the future if it causes problems. This is related to #29