bugout-dev / thumbsup

Summarize GitHub issues
Apache License 2.0
3 stars 3 forks source link

Set up database migrations #22

Open zomglings opened 4 years ago

zomglings commented 4 years ago

Currently we are using just raw psycopg2 calls to set up and write to the database. We should have some sort of migration scheme. We can use a library like Alembic

zomglings commented 4 years ago

This issue is for Thumbsup but after we migrate search backend to linux servers (https://github.com/simiotics/search/issues/53) this same setup will also apply there.