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

Custom builder for migrations #31

Open
wants to merge 13 commits into
base: new-builder
Choose a base branch
from
Open

Conversation

siamskoi
Copy link

@siamskoi siamskoi commented Jan 7, 2022

Draft version of migration builder.
Need add support custom types for all database, because current version only for postgresql and only for enums.

@roxblnfk roxblnfk added the type:enhancement Enhancement. label Jan 11, 2022
@codecov
Copy link

codecov bot commented Oct 30, 2022

Codecov Report

Merging #31 (a9bdef3) into new-builder (6a11fa2) will decrease coverage by 28.27%.
The diff coverage is 0.00%.

❗ Current head a9bdef3 differs from pull request most recent head 0c7e837. Consider uploading reports for the commit 0c7e837 to get more accurate results

@@                Coverage Diff                 @@
##             new-builder      #31       +/-   ##
==================================================
- Coverage          95.63%   67.36%   -28.27%     
- Complexity           251      357      +106     
==================================================
  Files                 29       41       +12     
  Lines                733     1045      +312     
==================================================
+ Hits                 701      704        +3     
- Misses                32      341      +309     
Impacted Files Coverage Δ
src/Operation/Table/Truncate.php 0.00% <0.00%> (ø)
src/V2/Column.php 0.00% <0.00%> (ø)
src/V2/ColumnParser.php 0.00% <0.00%> (ø)
src/V2/ColumnTrait.php 0.00% <0.00%> (ø)
src/V2/FKAction.php 0.00% <0.00%> (ø)
src/V2/ForeignKey.php 0.00% <0.00%> (ø)
src/V2/ForeignKeyParser.php 0.00% <0.00%> (ø)
src/V2/Index.php 0.00% <0.00%> (ø)
src/V2/IndexParser.php 0.00% <0.00%> (ø)
src/V2/Migration.php 0.00% <0.00%> (ø)
... and 5 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@butschster butschster self-assigned this Jan 3, 2023
@butschster butschster self-requested a review January 3, 2023 14:00
@roxblnfk roxblnfk changed the base branch from 3.x to new-builder January 3, 2023 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement Enhancement.
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

4 participants