pub fn merge_migrations(
migrations: Option<&'static EmbeddedMigrations>,
) -> impl MigrationSource<Pg> + Send + Sync + 'static
Expand description
Returns new migrations derived from the combination of provided migrations and migrations defined in this crate.