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