pub async fn migrate_with_history_table( pool: &PgPool, path: impl AsRef<Path>, history_table: &'static str, ) -> Result<(), PostgresError>