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

#66 - Fixed running missed in between migrations #69

Closed Jeckerson closed 4 years ago

Jeckerson commented 4 years ago

Issue: #66

codecov[bot] commented 4 years ago

Codecov Report

Merging #69 into master will increase coverage by 0.36%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #69      +/-   ##
============================================
+ Coverage     37.48%   37.84%   +0.36%     
- Complexity      609      611       +2     
============================================
  Files            27       27              
  Lines          1614     1617       +3     
============================================
+ Hits            605      612       +7     
+ Misses         1009     1005       -4
Impacted Files Coverage Δ Complexity Δ
src/Migrations.php 56.45% <100%> (+1.3%) 117 <1> (+2) :arrow_up:
src/Mvc/Model/Migration.php 53.59% <0%> (+0.32%) 126% <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 5209bbe...0093e27. Read the comment docs.