10 lines
No EOL
316 B
YAML
Executable file
10 lines
No EOL
316 B
YAML
Executable file
name: angel_migration
|
|
version: 2.0.0
|
|
description: Database migration runtime for Angel's ORM. Use this package to define schemas.
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
homepage: https://github.com/angel-dart/migration
|
|
environment:
|
|
sdk: '>=2.10.0 <2.12.0'
|
|
dependencies:
|
|
angel_orm: #^2.0.0-dev
|
|
path: ../angel_orm |