UNPKG
liquibase
Version:
3-10 (3.10.6)
4-1 (4.1.4)
4-2 (4.2.5)
4-3 (4.3.11)
4-4 (4.4.0)
latest (4.28.1)
pd (100.0.2)
100.0.2
100.0.0
4.28.1
4.28.0
4.27.0
4.4.0
4.3.11
4.3.9
4.3.8
4.3.7
4.3.6
4.3.5
4.3.4
4.3.3
4.2.5
4.2.4
4.2.3
4.2.2
4.1.4
4.1.2
4.1.1
3.10.6
3.10.5
3.10.4
3.10.3
1.0.1
1.0.0
0.1.0
0.0.3
0.0.2
0.0.1
0.0.0
Node.js wrapper for Liquibase
github.com/liquibase/node-liquibase
liquibase/node-liquibase
liquibase
/
dist
/
liquibase
/
examples
/
json
/
blank-changelog.json
19 lines
(18 loc)
•
249 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"databaseChangeLog"
:
[
"changeset"
:
{
"id"
:
"1"
,
"author"
:
"your.name"
,
"changes"
:
[
{
}
]
}
,
"changeset"
:
{
"id"
:
"2"
,
"author"
:
"your.name"
,
"changes"
:
[
{
}
]
}
]
}