From 58aab983a1a635a986af4c233f59901eaa56e148 Mon Sep 17 00:00:00 2001 From: thomashii Date: Mon, 8 Mar 2021 22:33:44 +0800 Subject: [PATCH] Updated package angel_migration --- packages/orm/angel_migration/pubspec.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/orm/angel_migration/pubspec.yaml b/packages/orm/angel_migration/pubspec.yaml index 5d448150..23630ebd 100755 --- a/packages/orm/angel_migration/pubspec.yaml +++ b/packages/orm/angel_migration/pubspec.yaml @@ -3,8 +3,12 @@ version: 2.0.0 description: Database migration runtime for Angel's ORM. Use this package to define schemas. author: Tobe O homepage: https://github.com/angel-dart/migration +publish_to: none environment: - sdk: '>=2.10.0 <2.12.0' + sdk: '>=2.10.0 <3.0.0' dependencies: - angel_orm: #^2.0.0-dev - path: ../angel_orm \ No newline at end of file + angel_orm: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/orm/angel_orm \ No newline at end of file