pub(super) async fn run(
    build_info: &BuildInfo,
    deploy_generation: u64,
    txn: &mut Transaction<'_>,
    config: BuiltinItemMigrationConfig,
) -> Result<MigrationResult, Error>
Expand description

Run builtin schema migrations.

This is the entry point used by adapter when opening the catalog. It uses the hardcoded BUILTINS and MIGRATIONS lists to initialize the lists of available builtins and required migrations, respectively.