Hi all,
I have a sqlite filebased database for my site that i manage with flask sql alchemy. I did a database change a couple of weeks ago from the virtual env bash by running pythin, importing the db module and running db.create_all()
Today I did a new release and while trying to do the same there was no resulting change in the db file. I also tried to add the db.create_all() in the file itself, but when I run it the file is run in Python 3.4 rather than my virtual environment (doh).
Any hint on what might be happening?