9 lines
302 B
YAML
9 lines
302 B
YAML
|
name: angel_migration
|
||
|
version: 2.0.0-alpha.1
|
||
|
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:
|
||
|
sdk: ">=2.0.0-dev <3.0.0"
|
||
|
dependencies:
|
||
|
angel_orm: ^2.0.0-dev
|