2019-02-14 17:15:34 +00:00
|
|
|
name: angel_migration_runner
|
2019-04-20 04:42:11 +00:00
|
|
|
version: 2.0.0-beta.1
|
2019-02-14 17:15:34 +00:00
|
|
|
description: Command-line based database migration runner for Angel's ORM.
|
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
|
|
homepage: https://github.com/angel-dart/migration
|
|
|
|
environment:
|
|
|
|
sdk: ">=2.0.0-dev <3.0.0"
|
|
|
|
dependencies:
|
|
|
|
angel_migration: ^2.0.0-alpha
|
|
|
|
angel_orm: ^2.0.0-dev.2
|
|
|
|
args: ^1.0.0
|
2019-04-04 20:30:53 +00:00
|
|
|
charcode: ^1.0.0
|
2019-02-14 17:15:34 +00:00
|
|
|
postgres: ">=0.9.5 <2.0.0"
|