[][src]Function splinter::biome::key_management::database::postgres::run_migrations

pub fn run_migrations(conn: &PgConnection) -> Result<(), DatabaseError>

Run database migrations to create tables defined in the key management module

Arguments

  • conn - Connection to database