Updated migration runner

This commit is contained in:
thomashii 2021-07-25 21:36:40 +08:00
parent 0b2fc542f8
commit bf797c7dfe
2 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Change Log
## 4.0.0
* Fixed NNBD issues
## 4.0.0-beta.4
* Logged exception of the db query execution to console

View file

@ -1,13 +1,13 @@
name: angel3_migration_runner
version: 4.0.0-beta.4
version: 4.0.0
description: Command-line based database migration runner for Angel3's ORM.
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/orm/angel_migration_runner
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
angel3_migration: ^4.0.0-beta.1
angel3_orm: ^4.0.0-beta.1
angel3_migration: ^4.0.0
angel3_orm: ^4.0.0
args: ^2.1.0
charcode: ^1.2.0
postgres: ^2.3.2