Liquibase Change Types for Amazon DynamoDB Pro
You can use the following Change Types in the Liquibase Pro extension for Amazon DynamoDB.
For more information about Amazon DynamoDB, see Liquibase Amazon DynamoDB Pro Extension Overview. For a getting started tutorial, see Using Liquibase with Amazon DynamoDB Pro.
List of Change Types
Entity | Create | Delete | Update |
---|---|---|---|
Table | createDynamoTable
|
deleteDynamoTable
|
updateDynamoTable
|
Index | createGlobalSecondaryIndex
|
deleteGlobalSecondaryIndex
|
updateGlobalSecondaryIndex
|
Miscellaneous
partiql
: make any changes in PartiQL statements directly in your changelogpartiqlFile
: make any changes in PartiQL files linked from your changelog