Updated package angel_migration
This commit is contained in:
parent
5d4e7101dd
commit
58aab983a1
1 changed files with 7 additions and 3 deletions
|
@ -3,8 +3,12 @@ version: 2.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
|
||||||
|
publish_to: none
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.10.0 <2.12.0'
|
sdk: '>=2.10.0 <3.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_orm: #^2.0.0-dev
|
angel_orm:
|
||||||
path: ../angel_orm
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/orm/angel_orm
|
Loading…
Reference in a new issue