OnSchemaBreak
@algorandfoundation/algokit-utils / types/app / 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
Fail
• Fail = 0
Fail the deployment
Defined in
ReplaceApp
• ReplaceApp = 1
Delete the app and create a new one in its place