pub fn perform_migrations(
client: &mut Client,
migrations_directory: Option<PathBuf>,
) -> Result<(), MigrationError>Expand description
Runs the migrations in current_dir()/migrations/*.sql on the client, migrations are executed
in name order.