De-Qua / v4w_website

A Flask-powered framework for the dequa web platform. Currently in development from full site to just API backend.
GNU Affero General Public License v3.0
4 stars 1 forks source link

il database di feed_err.db va attualizzato #91

Closed freerafiki closed 3 years ago

freerafiki commented 4 years ago

ho aggiunto due campi (start_coord e end_coord) nel database dei feedback, in modo che vengano salvati anche se non c'è il json con tutto il resto delle info. In locale ho fatto il nuovo database, ma quando mergiamo andrà aggiornato quello sul sito!

in locale mi funziona

flask shell
>>> from app import db
>>> db.create_all(bind='feed_err')

mentre

flask db migrate
flask db upgrade

mi fa robe strane (mette tutte le tabelle su dequa.db.

Semplicemente da stare attenti nel merge