Skip to content

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

src/types/app.ts:306


Fail

Fail = 0

Fail the deployment

Defined in

src/types/app.ts:302


ReplaceApp

ReplaceApp = 1

Delete the app and create a new one in its place

Defined in

src/types/app.ts:304