Function perform_migrations

Source
pub fn perform_migrations<C: GenericClient>(
    client: &mut C,
) -> Result<(), MigrationError>
Expand description

Runs the migrations in current_dir()/migrations/*.sql on the client, migrations are executed in name order.