migrate_db

Function migrate_db 

Source
pub async fn migrate_db(pool: Pool<Postgres>) -> Result<(), Error>
Expand description

Migrates the database to the latest schema version.