6db839928b
git-subtree-dir: packages/orm git-subtree-mainline:edfd785dfe
git-subtree-split:ceb58a25b5
13 lines
No EOL
380 B
YAML
Executable file
13 lines
No EOL
380 B
YAML
Executable file
name: angel_migration_runner
|
|
version: 2.0.0
|
|
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
|
|
charcode: ^1.0.0
|
|
postgres: ">=0.9.5 <2.0.0" |