2021-05-18 11:32:47 +00:00
|
|
|
name: angel3_migration_runner
|
2022-02-24 00:34:51 +00:00
|
|
|
version: 6.0.0
|
2021-07-19 04:49:31 +00:00
|
|
|
description: Command-line based database migration runner for Angel3's ORM.
|
|
|
|
homepage: https://angel3-framework.web.app/
|
2021-12-20 04:25:43 +00:00
|
|
|
repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_migration_runner
|
2019-02-14 17:15:34 +00:00
|
|
|
environment:
|
2022-04-23 04:21:39 +00:00
|
|
|
sdk: '>=2.16.0 <3.0.0'
|
2019-02-14 17:15:34 +00:00
|
|
|
dependencies:
|
2022-02-24 00:34:51 +00:00
|
|
|
angel3_migration: ^6.0.0
|
|
|
|
angel3_orm: ^6.0.0
|
2021-05-02 11:44:38 +00:00
|
|
|
args: ^2.1.0
|
2021-03-08 15:07:59 +00:00
|
|
|
charcode: ^1.2.0
|
2022-01-02 07:21:17 +00:00
|
|
|
postgres: ^2.4.0
|
2022-04-23 04:21:39 +00:00
|
|
|
mysql_client: ^0.0.11
|
2021-07-25 10:27:26 +00:00
|
|
|
logging: ^1.0.0
|
2021-07-19 04:49:31 +00:00
|
|
|
dev_dependencies:
|
2021-12-20 04:25:43 +00:00
|
|
|
lints: ^1.0.0
|
2022-02-07 12:42:32 +00:00
|
|
|
dependency_overrides:
|
|
|
|
angel3_orm:
|
|
|
|
path: ../angel_orm
|
|
|
|
angel3_migration:
|
|
|
|
path: ../angel_migration
|