UNPKG

node-liquibase

Version:
45 lines (44 loc) 1.62 kB
export declare enum LiquibaseCommands { CalculateCheckSum = "calculateCheckSum", ChangelogSync = "changelogSync", ChangelogSyncSql = "changelogSyncSQL", ChangelogSyncToTag = "changelogSyncToTag", ChangelogSyncToTagSql = "changelogSyncToTagSQL", ClearCheckSums = "clearCheckSums", DbDoc = "dbDoc", DeactivateChangeLog = "deactivateChangeLog", Diff = "diff", DiffChangeLog = "diffChangeLog", DropAll = "dropAll", FutureRollbackSql = "futureRollbackSQL", FutureRollbackCountSql = "futureRollbackCountSQL", GenerateChangeLog = "generateChangeLog", Help = "help", History = "history", ListLocks = "listLocks", MarkNextChangeSetRan = "markNextChangeSetRan", MarkNextChangeSetRanSql = "markNextChangeSetRanSQL", RegisterChangeLog = "registerChangeLog", ReleaseLocks = "releaseLocks", Rollback = "rollback", RollbackCount = "rollbackCount", RollbackCountSql = "rollbackCountSQL", RollbackSql = "rollbackSQL", RollbackToDate = "rollbackToDate", RollbackToDateSql = "rollbackToDateSQL", Snapshot = "snapshot", SnapshotReference = "snapshotReference", Status = "status", SyncHub = "syncHub", Tag = "tag", TagExists = "tagExists", UnexpectedChangeSets = "unexpectedChangeSets", Update = "update", UpdateSql = "updateSQL", UpdateCount = "updateCount", UpdateCountSql = "updateCountSQL", UpdateTestingRollback = "updateTestingRollback", UpdateToTag = "updateToTag", UpdateToTagSql = "updateToTagSQL", Validate = "validate" }