Publish angel3_migration

This commit is contained in:
Thomas Hii 2024-08-07 17:30:19 +08:00
parent 9bb742dcad
commit 84f205845a
4 changed files with 12 additions and 4 deletions

View file

@ -1,5 +1,9 @@
# Change Log
## 8.3.0
* Added `addIndex`, `dropIndex` and `dropPrimaryIndex`
## 8.2.1
* Updated README

View file

@ -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

View file

@ -1,5 +1,9 @@
# Change Log
## 8.3.0
* Added `addIndex`, `dropIndex` and `dropPrimaryIndex`
## 8.2.2
Fixed `MariaDbMigrationRunner` migration issues

View file

@ -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