Merge pull request #149 from dukefirehawk/release/angel3_migration
Publish angel3_migration
This commit is contained in:
commit
8d6f66abcb
4 changed files with 12 additions and 4 deletions
|
@ -1,5 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## 8.3.0
|
||||
|
||||
* Added `addIndex`, `dropIndex` and `dropPrimaryIndex`
|
||||
|
||||
## 8.2.1
|
||||
|
||||
* Updated README
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: angel3_migration
|
||||
version: 8.2.1
|
||||
version: 8.3.0
|
||||
description: The abstract classes for implementing database migration in Angel3 framework. Designed to work with Angel3 ORM.
|
||||
homepage: https://angel3-framework.web.app/
|
||||
repository: https://github.com/dart-backend/angel/tree/master/packages/orm/angel_migration
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## 8.3.0
|
||||
|
||||
* Added `addIndex`, `dropIndex` and `dropPrimaryIndex`
|
||||
|
||||
## 8.2.2
|
||||
|
||||
Fixed `MariaDbMigrationRunner` migration issues
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name: angel3_migration_runner
|
||||
version: 8.2.2
|
||||
version: 8.3.0
|
||||
description: The implementation of database migration for Angel3 framework. Designed to work with Angel3 ORM.
|
||||
homepage: https://angel3-framework.web.app/
|
||||
repository: https://github.com/dart-backend/angel/tree/master/packages/orm/angel_migration_runner
|
||||
environment:
|
||||
sdk: '>=3.3.0 <4.0.0'
|
||||
dependencies:
|
||||
angel3_migration: ^8.0.0
|
||||
angel3_orm: ^8.0.0
|
||||
angel3_migration: ^8.3.0
|
||||
angel3_orm: ^8.2.0
|
||||
args: ^2.4.0
|
||||
charcode: ^1.3.0
|
||||
postgres: ^3.0.0
|
||||
|
|
Loading…
Reference in a new issue