UNPKG
forge-sql-orm-cli
Version:
latest (2.1.24)
2.1.24
2.1.23
2.1.22
2.1.21
2.1.20
2.1.19
2.1.18
2.1.17
2.1.16
2.1.15
2.1.14
2.1.13
2.1.12
2.1.11
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.30
2.0.29
2.0.28
2.0.27
2.0.26
2.0.25
2.0.24
2.0.23
2.0.22
2.0.21
2.0.20
2.0.19
2.0.18
2.0.17
2.0.16
2.0.15
2.0.14
2.0.13
1.0.3
1.0.2
1.0.1
1.0.0
CLI tool for Forge SQL ORM
forge-sql-orm-cli
/
dist-cli
/
actions
/
migrations-update.d.ts
7 lines
(6 loc)
•
252 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
"reflect-metadata"
;
/** * Updates an existing database migration by generating schema modifications. *
@param
options
- Database connection settings and output paths. */
export
declare
const
updateMigration
:
(
options
:
any
) =>
Promise
<
never
>;