21 lines
577 B
YAML
Executable file
21 lines
577 B
YAML
Executable file
name: angel_migration_runner
|
|
version: 4.0.0
|
|
description: Command-line based database migration runner for Angel's ORM.
|
|
homepage: https://github.com/dukefirehawk/angel
|
|
publish_to: none
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
dependencies:
|
|
angel_migration:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/orm/angel_migration
|
|
angel_orm:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/orm/angel_orm
|
|
args: ^2.1.0
|
|
charcode: ^1.2.0
|
|
postgres: ^2.3.2
|