UNPKG
node-liquibase
Version:
4-4 (4.4.0)
latest (4.1.1)
4.3.3
4.1.1
Node.js wrapper for Liquibase
github.com/liquibase/node-liquibase
liquibase/node-liquibase
node-liquibase
/
dist
/
models
/
commands
/
sync-hub-command-attributes.model.d.ts
7 lines
(6 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
SyncHubCommandAttributes
{
/** * Specifies the connection needed for the syncHub command to synchronize the local DATABASECHANGELOG table with Liquibase Hub. */
hubConnectionId?:
string
; }