Updated package angel_migration

This commit is contained in:
thomashii 2021-03-08 22:33:44 +08:00
parent 5d4e7101dd
commit 58aab983a1

View file

@ -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