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
|
||||
version: 2.0.0
|
||||
version: 3.0.0
|
||||
description: Database migration runtime for Angel's ORM. Use this package to define schemas.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/migration
|
||||
|
|
|
@ -1,15 +1,24 @@
|
|||
name: angel_migration_runner
|
||||
version: 2.0.0
|
||||
version: 3.0.0
|
||||
description: Command-line based database migration runner for Angel's ORM.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/migration
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.10.0 <2.12.0'
|
||||
sdk: '>=2.10.0 <3.0.0'
|
||||
dependencies:
|
||||
angel_migration: #^2.0.0-alpha
|
||||
path: ../angel_migration
|
||||
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
|
||||
path: ../angel_orm
|
||||
args: ^1.0.0
|
||||
charcode: ^1.0.0
|
||||
postgres: ^2.2.0
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
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