Table of Contents

Enum "Extension Sync Mode"

ID 2505
Namespace: System.Apps

Specifies how to sync the extension.

Properties

Name Value
Extensible False
AssignmentCompatibility True

Values

Name Description
Add

Modifies the database schema by creating or extending the tables required to satisfy the app's metadata. This mode considers existing versions of the specified app in its calculations.

"Force Sync"

A destructive sync mode which makes the resulting schema match the extension in question regardless of its starting state. This means no change is off limits. This also means that changes which delete things (tables, fields, etc.) also delete the data they contain.

See also