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
/
rollback-to-date-command-attributes.model.d.ts
8 lines
(7 loc)
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export interface RollbackToDateCommandAttributes { /** * The
date
and
time
your database rolls back to. * The
date
format
is YYYY-MM-DD HH:MM:SS
or
YYYY-MM-DD
'T'
HH:MM:SS, however, it is possible to indicate the
date
or
time
only. */
date
:
string
; }