meteroid-oss/meteroid

Use diesel migrations

azhur opened this issue · 1 comments

We are using refinery for database migrations. As we recently migrated to diesel it would be nice to use diesel migrations as well. It will allow us to get rid of deadpool_postgres::Pool, deadpool_postgres::Client (currently used for refinery migrations and in PostgresLock).

done in #316