13 lines
No EOL
384 B
YAML
Executable file
13 lines
No EOL
384 B
YAML
Executable file
name: angel_migration
|
|
version: 4.0.0
|
|
description: Database migration runtime for Angel's ORM. Use this package to define schemas.
|
|
homepage: https://github.com/dukefirehawk/angel
|
|
publish_to: none
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
dependencies:
|
|
angel_orm:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/orm/angel_orm |