pub async fn apply_migrations_server(
db: &Database,
kind: String,
migrations: BTreeMap<DatabaseVersion, CoreMigrationFn>,
) -> Result<(), Error>
Expand description
Applies the database migrations to a non-isolated database.
pub async fn apply_migrations_server(
db: &Database,
kind: String,
migrations: BTreeMap<DatabaseVersion, CoreMigrationFn>,
) -> Result<(), Error>
Applies the database migrations to a non-isolated database.