Use diesel migrations
azhur opened this issue · 1 comments
azhur commented
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).