2019-02-14 17:15:34 +00:00
|
|
|
name: angel_migration
|
2021-03-08 15:07:59 +00:00
|
|
|
version: 3.0.0
|
2019-02-14 17:15:34 +00:00
|
|
|
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
|
2021-03-08 14:33:44 +00:00
|
|
|
publish_to: none
|
2019-02-14 17:15:34 +00:00
|
|
|
environment:
|
2021-03-08 14:33:44 +00:00
|
|
|
sdk: '>=2.10.0 <3.0.0'
|
2019-02-14 17:15:34 +00:00
|
|
|
dependencies:
|
2021-03-08 14:33:44 +00:00
|
|
|
angel_orm:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x
|
|
|
|
path: packages/orm/angel_orm
|