Trait db_sqlx_postgres::prelude::Migrate  [−][src]
pub trait Migrate: LibAdminDatabase {
    fn migrate<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<(), DBError>> + Send + 'async_trait, Global>>
    where
        'life0: 'async_trait,
        Self: 'async_trait;
}Expand description
database migrations