erdc / quest

Python API for downloading and managing data. Checkout the documentation at:
https://quest.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Database Migration from Quest 2.6.1 -> 3.0 #109

Closed AaronV77 closed 5 years ago

AaronV77 commented 6 years ago

There will be a database error that will say something along the lines that Dataset.feature has no such column. This is due to us changing the database in the upcoming refactor with Quest 3.0. The simple solution that you have to do is clear out your settings directory in your home directory. Thanks