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.
pub fn perform_migrations<C: GenericClient>(
client: &mut C,
) -> Result<(), MigrationError>
Runs the migrations in current_dir()/migrations/*.sql
on the client, migrations are executed
in name order.