UNPKG
pg-diff-cli
Version:
latest (3.0.0)
3.0.0
2.4.13
2.4.12
2.4.11
2.4.10
2.4.9
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.1
2.2.0
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.2.13
1.2.12
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
PostgreSQL schema and data comparing tool
michaelsogos.github.io/pg-diff/
michaelsogos/pg-diff
pg-diff-cli
/
src
/
enums
/
actions.js
11 lines
(9 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
actions
=
{ COMPARE:
"COMPARE"
, MIGRATE_TO_SOURCE:
"MIGRATE_TO_SOURCE"
, MIGRATE_TO_TARGET:
"MIGRATE_TO_TARGET"
, SAVE:
"SAVE"
, HELP:
"HELP"
, GENERATE_CONFIG:
"GENERATE_CONFIG"
, };
module
.
exports
= actions;