Skip to content

创建文章

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

types app.OnSchemaBreak

@algorandfoundation/algokit-utils / types/app / OnSchemaBreak

Enumeration: OnSchemaBreak

types/app.OnSchemaBreak

What action to perform when deploying an app and a breaking schema change is detected

Table of contents

Enumeration Members

Enumeration Members

AppendApp

AppendApp = 2

Create a new app

Defined in

src/types/app.ts:287


Fail

Fail = 0

Fail the deployment

Defined in

src/types/app.ts:283


ReplaceApp

ReplaceApp = 1

Delete the app and create a new one in its place

Defined in

src/types/app.ts:285