platform/packages/orm/angel_migration/pubspec.yaml

10 lines
316 B
YAML
Raw Normal View History

2019-02-14 17:15:34 +00:00
name: angel_migration
2019-04-29 17:52:36 +00:00
version: 2.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
environment:
2021-02-14 05:22:25 +00:00
sdk: '>=2.10.0 <2.12.0'
2019-02-14 17:15:34 +00:00
dependencies:
2021-02-14 05:22:25 +00:00
angel_orm: #^2.0.0-dev
path: ../angel_orm