Sergei Predvoditelev

Results 198 issues of Sergei Predvoditelev

- Add default value `true` - Use more clear name

Currently show warning and fatal error: ``` Warning: require(/.../yii-db-migration.php): Failed to open stream: No such file or directory in /.../vendor/yiisoft/db-migration/bin/yii-db-migration on line 43 Call Stack: 0.0003 516288 1. {main}() /.../vendor/bin/yii-db-migration:0...

type:enhancement
status:ready for adoption

For example, `$b->executeSqlFromFile()`. Need to come up with a good name. Variants: - `loadDump()` - `loadSql()` - `executeSqlFromFile()` - `executeSql()`

type:enhancement
status:under discussion

This is can be useful for creating migration based on SQL from vendor packages in application Example of command: ```shell ./yii migrate/create --sql-up=/vendor/yiisoft/package/migrations/1/up.sql --sql-down=/vendor/yiisoft/package/migrations/1/down.sql ``` Result may be so: ```php...

type:feature

[Example](https://github.com/cycle/orm/releases/tag/v2.8.0): ![image](https://github.com/yiisoft/yii-dev-tool/assets/525501/80817378-6eee-446a-b0d5-b9afc6421332)

type:enhancement
status:ready for adoption

Related issue https://github.com/actions/checkout/issues/455

type:bug