1 2 3 4 5 6
//! Migration compatibility re-exports for deadpool-postgres adapters. pub use openauth_core::db::{ ColumnToAdd, IndexToCreate, MigrationStatement, MigrationStatementKind, SchemaMigrationPlan, SchemaMigrationWarning, TableToCreate, };