channelUpgrade
channelUpgrade: ChannelUpgradeOptions<any> | undefined@beta
Optional. Called before any schema import operations.
Use this to prepare the channel for schema changes. This is where you should perform channel-specific upgrades that the schema import/upgrade might depend on.
@note User is responsible to acquiring the necessary locks before performing the channel upgrades.
Defined in
- core/backend/src/IModelDb.ts Line 180
Last Updated: 24 January, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.