pub fn migrate_schema( db_tx: &Transaction<'_>, schema_name: &str, versioned_scripts: &[&str], ) -> Result<(), Error>
Runs logic that initializes/migrates the table schemas.