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

#29 - Fix adding Foreign Key #38

Closed Jeckerson closed 4 years ago

Jeckerson commented 4 years ago

Issue - #29

codecov[bot] commented 4 years ago

Codecov Report

Merging #38 into master will increase coverage by 2.19%. The diff coverage is 50%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #38      +/-   ##
============================================
+ Coverage     30.48%   32.67%   +2.19%     
  Complexity      609      609              
============================================
  Files            26       26              
  Lines          1624     1625       +1     
============================================
+ Hits            495      531      +36     
+ Misses         1129     1094      -35
Impacted Files Coverage Δ Complexity Δ
src/Mvc/Model/Migration.php 47.91% <50%> (+8.74%) 168 <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 5b84cec...077c882. Read the comment docs.