Function veloren_server::persistence::diesel_to_rusqlite::migrate_from_diesel
source · pub(crate) fn migrate_from_diesel(
connection: &mut VelorenConnection,
) -> Result<(), PersistenceError>
Expand description
Performs a one-time migration from diesel to refinery migrations. Copies diesel’s __diesel_schema_migrations table records to refinery_schema_history and drops __diesel_schema_migrations.