Open zomglings opened 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
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.
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