platform/packages/orm/angel_migration_runner/pubspec.yaml

22 lines
577 B
YAML
Raw Normal View History

2019-02-14 17:15:34 +00:00
name: angel_migration_runner
2021-05-02 11:44:38 +00:00
version: 4.0.0
2019-02-14 17:15:34 +00:00
description: Command-line based database migration runner for Angel's ORM.
2021-05-02 11:44:38 +00:00
homepage: https://github.com/dukefirehawk/angel
2021-03-08 15:07:59 +00:00
publish_to: none
2019-02-14 17:15:34 +00:00
environment:
2021-05-02 11:44:38 +00:00
sdk: '>=2.12.0 <3.0.0'
2019-02-14 17:15:34 +00:00
dependencies:
2021-03-08 15:07:59 +00:00
angel_migration:
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-02 11:44:38 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 15:07:59 +00:00
path: packages/orm/angel_migration
2021-03-08 15:27:52 +00:00
angel_orm:
2021-03-08 15:07:59 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-02 11:44:38 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 15:07:59 +00:00
path: packages/orm/angel_orm
2021-05-02 11:44:38 +00:00
args: ^2.1.0
2021-03-08 15:07:59 +00:00
charcode: ^1.2.0
2021-05-02 11:44:38 +00:00
postgres: ^2.3.2