phalcon / migrations

Generate or migrate database changes via migrations.
https://docs.phalcon.io/latest/en/db-migrations
BSD 3-Clause "New" or "Revised" License
27 stars 23 forks source link

#49 - Update array of columns without size #50

Closed Jeckerson closed 4 years ago

Jeckerson commented 4 years ago

Issue - #49

codecov[bot] commented 4 years ago

Codecov Report

Merging #50 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #50   +/-   ##
=========================================
  Coverage     33.27%   33.27%           
  Complexity      614      614           
=========================================
  Files            26       26           
  Lines          1638     1638           
=========================================
  Hits            545      545           
  Misses         1093     1093
Impacted Files Coverage Δ Complexity Δ
src/Mvc/Model/Migration.php 50% <ø> (ø) 172 <0> (ø) :arrow_down:
src/Migrations.php 54.98% <0%> (ø) 115% <0%> (ø) :arrow_down:
src/Utils/Nullify.php 100% <0%> (ø) 4% <0%> (ø) :arrow_down:
src/Generator/Snippet.php 23.72% <0%> (ø) 17% <0%> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 67ef5f8...bb29be0. Read the comment docs.