2019-02-14 17:15:34 +00:00
|
|
|
name: angel_migration_runner
|
2019-04-29 17:54:07 +00:00
|
|
|
version: 2.0.0
|
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:
|
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_migration: #^2.0.0-alpha
|
|
|
|
path: ../angel_migration
|
|
|
|
angel_orm: #^2.0.0-dev.2
|
|
|
|
path: ../angel_orm
|
2019-02-14 17:15:34 +00:00
|
|
|
args: ^1.0.0
|
2019-04-04 20:30:53 +00:00
|
|
|
charcode: ^1.0.0
|
2021-02-14 05:22:25 +00:00
|
|
|
postgres: ^2.2.0
|