phalcon / migrations

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

5.0.x compatibility #136

Closed niden closed 1 year ago

niden commented 1 year ago

Note: the PHP 8.1 action fails for now. The fix is already in cphalcon and will be corrected once cphalcon is at 5.0.0 stable

codecov[bot] commented 1 year ago

Codecov Report

Merging #136 (2bd9d20) into master (fe67fc1) will decrease coverage by 0.19%. The diff coverage is 68.94%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #136 +/- ## ============================================ - Coverage 57.52% 57.33% -0.20% Complexity 547 547 ============================================ Files 22 22 Lines 1502 1521 +19 ============================================ + Hits 864 872 +8 - Misses 638 649 +11 ```