Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db migration #16

Merged
merged 5 commits into from
Apr 16, 2024
Merged

db migration #16

merged 5 commits into from
Apr 16, 2024

Conversation

aphraoh
Copy link
Contributor

@aphraoh aphraoh commented Apr 9, 2024

#15

Q A
Is bugfix?
New feature? ✔️
Breaks BC?

composer.json Outdated Show resolved Hide resolved
migrations/M240409200600CreateQueueTable.php Outdated Show resolved Hide resolved

public function up(MigrationBuilder $b): void
{
$this->createAssignmentsTable($b);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest create table here and don't use private method.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I do something here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry. I thought it was me 😕

composer.json Outdated
Comment on lines 49 to 53
"yiisoft/db-sqlite": "For using with SQLite",
"yiisoft/db-mysql": "For using with MySQL",
"yiisoft/db-pgsql": "For using with PosgtgreSQL",
"yiisoft/db-mssql": "For using with Microsoft SQL Server",
"yiisoft/db-oracle": "For using with Oracle",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it better mention the only yiisoft/db?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't feel like changing codes. At the moment I'm standardizing all the packages, maybe you've already noticed this.... 🤭 but I think Alexander confirmed to only put the ...db.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry. I thought it was me 😕

Co-authored-by: Sergei Predvoditelev <[email protected]>
Copy link

codecov bot commented Apr 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (c6b76d3) to head (0ba8a23).

Additional details and impacted files
@@           Coverage Diff            @@
##             master     #16   +/-   ##
========================================
  Coverage      0.00%   0.00%           
  Complexity       26      26           
========================================
  Files             1       1           
  Lines            95      95           
========================================
  Misses           95      95           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aphraoh aphraoh closed this Apr 15, 2024
@aphraoh aphraoh reopened this Apr 15, 2024
@aphraoh aphraoh requested review from vjik and xepozz April 15, 2024 23:24
@samdark samdark merged commit 12428e7 into yiisoft:master Apr 16, 2024
27 of 31 checks passed
@samdark
Copy link
Member

samdark commented Apr 16, 2024

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants