Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yiisoft/db-migration

The package implementing migration for yiisoft/db.
https://github.com/yiisoft/db-migration

Migration command locks

samdark opened this issue 3 months ago
Remove scrutinizer

vjik opened this issue 3 months ago
Don't use Yii DB deprecated methods in `Migrator`

vjik opened this pull request 3 months ago
Fix issue getRawTableName moved to Quoter

BaBL86 opened this pull request 3 months ago
Update phpunit/phpunit requirement from ^9.6|^10.2 to ^11.2.7

dependabot[bot] opened this pull request 3 months ago
Update phpunit/phpunit requirement from ^9.6|^10.2 to ^11.2.6

dependabot[bot] opened this pull request 3 months ago
Fix doc

Tigrov opened this pull request 5 months ago
Fix links

luizcmarin opened this pull request 5 months ago
Remove duplicate readme file

arogachev opened this pull request 5 months ago
Fix docs

luizcmarin opened this pull request 5 months ago
Fix docs

luizcmarin opened this pull request 5 months ago
Fix docs

luizcmarin opened this pull request 5 months ago
Update file

luizcmarin opened this pull request 6 months ago
Docs folder standardization and other fixes

luizcmarin opened this pull request 6 months ago
Make dependency on `symfonly/console` optional?

arogachev opened this issue 8 months ago
Update rector/rector requirement from ^0.19 to ^1.0

dependabot[bot] opened this pull request 9 months ago
Add docs for standalone usage without configuration file

arogachev opened this pull request 9 months ago
Update rector/rector requirement from ^0.18 to ^0.19

dependabot[bot] opened this pull request 9 months ago
Yii2 migration name

hacan359 opened this issue 10 months ago
Fix #227

viktorprogger opened this pull request 10 months ago
Fix typos and wording

samdark opened this pull request 10 months ago
Remove aliases

vjik opened this pull request 10 months ago
Rename config options

samdark opened this pull request 10 months ago
Improve console utility

vjik opened this pull request 10 months ago
Fix #239: Add usage with Symfony app

samdark opened this pull request 10 months ago
Increase code coverage to 100%

vjik opened this issue 10 months ago
Improve tests

vjik opened this pull request 10 months ago
Fix doc

Tigrov opened this pull request 11 months ago
Rename bin

arogachev opened this pull request 11 months ago
Improve migration utility

vjik opened this issue 11 months ago
Change instructions for usage with Symfony

vjik opened this issue 11 months ago
Rename bin utility `migration` to `yii-db-migration`

vjik opened this issue 11 months ago
Minor refactoring and cleanup

vjik opened this pull request 11 months ago
Fix after update `db` package

Tigrov opened this pull request 11 months ago
Support `--path` and `--namespace` options for `migrate:redo` command

Tigrov opened this pull request 11 months ago
Run Sqlite tests in memory

Tigrov opened this pull request 11 months ago
Fix config for added set prefixes to `MigrationService` setters

Tigrov opened this pull request 11 months ago
Fix Oracle tests running locally

Tigrov opened this pull request 11 months ago
Add set prefix to MigrationService setters

Tigrov opened this pull request 11 months ago
Output `rawSql()` for `execute()` method

Tigrov opened this pull request 12 months ago
Fix and improve tests

Tigrov opened this pull request 12 months ago
Revert by path and namespace

Tigrov opened this pull request 12 months ago
Add all supported types as shortcuts into the Migration Builder

viktorprogger opened this issue 12 months ago
Check alter column for MSSQL

Tigrov opened this pull request 12 months ago
Improve informing

Tigrov opened this pull request 12 months ago
More clear way to get `createNamespace`

Tigrov opened this pull request almost 1 year ago
Clarify options on CreateCommand

Tigrov opened this pull request almost 1 year ago
Update default config

Tigrov opened this pull request almost 1 year ago
Remove unnecessary calls

Tigrov opened this pull request almost 1 year ago
Better naming for column name

Tigrov opened this pull request almost 1 year ago
SQLite does not support `addCommentOnTable()`

Tigrov opened this issue about 1 year ago
SQLite does not support addForeignKey()

Tigrov opened this issue about 1 year ago
Show count of applied migrations

Tigrov opened this pull request about 1 year ago
Refactoring 2

Tigrov opened this pull request about 1 year ago
Test `createIndex()` with method

Tigrov opened this pull request about 1 year ago
Trim spaces after apply SQL string limit

vjik opened this issue about 1 year ago
Refactoring

Tigrov opened this pull request about 1 year ago
Actualize option --all and --limit

Tigrov opened this pull request about 1 year ago
Allow use `maxSqlOutputLength`

Tigrov opened this pull request about 1 year ago
Remove `yiisoft/strings` dependency

Tigrov opened this pull request about 1 year ago
Add `set` prefix to `MigrationService` setters

vjik opened this issue about 1 year ago
Show error when specified both path and namespace

Tigrov opened this pull request about 1 year ago
Remove `yiisoft/definitions` dependency

Tigrov opened this pull request about 1 year ago
`MigrationBuilder::$maxSqlOutputLength` is always `0`

Tigrov opened this issue about 1 year ago
Remove `yiisoft/files` dependency

Tigrov opened this pull request about 1 year ago
Remove `yiisoft/arrays` dependency

Tigrov opened this pull request about 1 year ago
Support options path and namespace

Tigrov opened this pull request about 1 year ago
Fix visability of AbstractMigrationBuilderTest::$db property in tests

Tigrov opened this pull request about 1 year ago
Add an option to set migration path in console commands

rustamwin opened this issue about 1 year ago
Better naming `DiConsoleSymfony.php` to `MigrationContainer.php`.

terabytesoftw opened this pull request about 1 year ago
Fix namespace docs.

terabytesoftw opened this pull request about 1 year ago
Fix namespace

rustamwin opened this pull request about 1 year ago
Remove unnecesary `SchemaCache::class`.

terabytesoftw opened this pull request about 1 year ago
Raise Mutation Test 100%.

terabytesoftw opened this pull request about 1 year ago
Kill mutants.

terabytesoftw opened this pull request about 1 year ago
Better naming script console.

terabytesoftw opened this pull request about 1 year ago
Review fixes

samdark opened this pull request about 1 year ago
Make it compatible with Symfony console.

terabytesoftw opened this pull request about 1 year ago
Remove yii console

terabytesoftw opened this pull request about 1 year ago
Make it compatible with Symfony console

samdark opened this issue about 1 year ago
Update rector/rector requirement from ^0.17 to ^0.18

dependabot[bot] opened this pull request about 1 year ago
Prepare for released - part 1.

terabytesoftw opened this pull request about 1 year ago
Add methods `createView()` and `dropView()` in `MigrationBuilder::class`.

terabytesoftw opened this pull request about 1 year ago
Add docs about testsing in local environment

vjik opened this issue about 1 year ago
Implement `Transaction` in `up()`, `down()` methods.

terabytesoftw opened this pull request about 1 year ago
Remove `database:list` command.

terabytesoftw opened this pull request about 1 year ago
Fix tests `AbstractMigrationBuilderTest`, raise code coverage 100%.

terabytesoftw opened this pull request about 1 year ago
Remove `database:list` command

vjik opened this issue about 1 year ago
Creating migration from SQL-files

vjik opened this issue over 1 year ago
Add test for `db-oracle`.

terabytesoftw opened this pull request over 1 year ago
Add `mariadb`, `mysql` tests

terabytesoftw opened this pull request over 1 year ago
Update phpunit10.

terabytesoftw opened this pull request over 1 year ago
First parts rework all tests.

terabytesoftw opened this pull request over 1 year ago
Synchronize with all db packages.

terabytesoftw opened this pull request over 1 year ago
Restructure tests to run all db implementations.

terabytesoftw opened this issue over 1 year ago
Update phpunit/phpunit requirement from ^9.5 to ^10.2

dependabot[bot] opened this pull request over 1 year ago
Update rector/rector requirement from ^0.15.23 to ^0.17.0

dependabot[bot] opened this pull request over 1 year ago