Updated migration runner
This commit is contained in:
parent
0b2fc542f8
commit
bf797c7dfe
2 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue