MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / up

Method up

packages/config/src/migrations/types.ts:27–27  ·  view source on GitHub ↗

执行迁移(须幂等)

(context: MigrationContext)

Source from the content-addressed store, hash-verified

25 description: string
26 /** 执行迁移(须幂等) */
27 up(context: MigrationContext): Promise<void>
28}

Callers 3

runMigrationsFunction · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected