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

FEATURE-90: Added new code generator #121

Closed BeMySlaveDarlin closed 2 years ago

BeMySlaveDarlin commented 2 years ago

Hello!

In raising this pull request, I confirm the following (please check boxes):

Small description of change: Migrations code generator changed from Phalcon\Migrations\Generator\Snippet to nette/php-generator

Thanks

codecov[bot] commented 2 years ago

Codecov Report

Merging #121 (65ae6fb) into 2.2.x (9771725) will increase coverage by 2.75%. The diff coverage is 84.15%.

@@             Coverage Diff              @@
##              2.2.x     #121      +/-   ##
============================================
+ Coverage     53.38%   56.14%   +2.75%     
- Complexity      525      529       +4     
============================================
  Files            20       21       +1     
  Lines          1433     1482      +49     
============================================
+ Hits            765      832      +67     
+ Misses          668      650      -18