Skip to content

Custom builder for migrations#31

Open
siamskoi wants to merge 17 commits into
cycle:new-builderfrom
siamskoi:3.x
Open

Custom builder for migrations#31
siamskoi wants to merge 17 commits into
cycle:new-builderfrom
siamskoi:3.x

Conversation

@siamskoi

@siamskoi siamskoi commented Jan 7, 2022

Copy link
Copy Markdown

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

codecov Bot commented Oct 30, 2022

Copy link
Copy Markdown

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
…le#45)

Co-authored-by: Aleksei Gagarin <roxblnfk@ya.ru>
# Conflicts:
#	composer.json
@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.

5 participants