Releases: yiisoft/db-migration
Releases · yiisoft/db-migration
Version 2.0.1
Version 2.0.0
- New #295: Add
--force-yes(-y) option tomigrate:create,migrate:up,migrate:downandmigrate:redo
commands to skip confirmation prompts (@vjik) - Chg #279: Use
ColumnBuilderclass to create table column definitions (@Tigrov) - Chg #287, #308: Change supported PHP versions to
8.1 - 8.5(@Tigrov, @vjik) - Chg #290: Remove
ext-filterfromrequiresection ofcomposer.json(@Tigrov) - Chg #300: Replace deprecated
self::getDefaultName()with$this->getName()(@Tigrov) - Chg #311: Remove
AbstractMigrationBuilder(@vjik) - Enh #274, #297: Refactor for compatibility with
yiisoft/dbpackage (@Tigrov) - Enh #282, #283, #293: Adapt to Yii DB changes (@Tigrov)
- Enh #287: Minor refactoring (@Tigrov)
- Enh #289: Revert transactional migration when adding migration to history fails (@Tigrov)
- Enh #292: Improve base migration template (@vjik)
- Enh #299: Update
MigrationBuilder::update()method to adapt changes inyiisoft/db(@rustamwin) - Enh #301: Add
MigrationBuilder::columnBuilder()method (@Tigrov) - Enh #311: Explicitly mark readonly properties (@vjik)
- Bug #277: Fix when there is a namespace but the directory does not exist (@Tigrov)
- Bug #286: Explicitly mark nullable parameters (@vjik)
Version 1.2.0
Version 1.1.0
- New #250: Add shortcuts for UUID columns (@viktorprogger)
Version 1.0.0
- Initial release.