Upgrade package angel_migration_runner
This commit is contained in:
parent
debe140a85
commit
f8ee61aa02
2 changed files with 18 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
name: angel_migration
|
name: angel_migration
|
||||||
version: 2.0.0
|
version: 3.0.0
|
||||||
description: Database migration runtime for Angel's ORM. Use this package to define schemas.
|
description: Database migration runtime for Angel's ORM. Use this package to define schemas.
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/migration
|
homepage: https://github.com/angel-dart/migration
|
||||||
|
|
|
@ -1,15 +1,24 @@
|
||||||
name: angel_migration_runner
|
name: angel_migration_runner
|
||||||
version: 2.0.0
|
version: 3.0.0
|
||||||
description: Command-line based database migration runner for Angel's ORM.
|
description: Command-line based database migration runner for Angel's ORM.
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/migration
|
homepage: https://github.com/angel-dart/migration
|
||||||
|
publish_to: none
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.10.0 <2.12.0'
|
sdk: '>=2.10.0 <3.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_migration: #^2.0.0-alpha
|
angel_migration:
|
||||||
path: ../angel_migration
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/orm/angel_migration
|
||||||
angel_orm: #^2.0.0-dev.2
|
angel_orm: #^2.0.0-dev.2
|
||||||
path: ../angel_orm
|
git:
|
||||||
args: ^1.0.0
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
charcode: ^1.0.0
|
ref: sdk-2.12.x
|
||||||
postgres: ^2.2.0
|
path: packages/orm/angel_orm
|
||||||
|
args: ^2.0.0
|
||||||
|
charcode: ^1.2.0
|
||||||
|
postgres:
|
||||||
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/postgresql-dart
|
||||||
|
|
Loading…
Reference in a new issue