ruckus / ruckusing-migrations

Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite
Other
506 stars 95 forks source link

Added extra migration hooks. #174

Open mcneely opened 7 years ago

mcneely commented 7 years ago

Added setup, cleanup, transaction_setup, transaction_cleanup, pretransaction_up/down, postcommit_up/down.

codecov-io commented 7 years ago

Codecov Report

Merging #174 into master will increase coverage by <.01%. The diff coverage is 64.28%.

@@            Coverage Diff             @@
##           master     #174      +/-   ##
==========================================
+ Coverage   63.62%   63.62%   +<.01%     
==========================================
  Files          25       25              
  Lines        2771     2785      +14     
==========================================
+ Hits         1763     1772       +9     
- Misses       1008     1013       +5
Impacted Files Coverage Δ
lib/Task/Db/Migrate.php 59.86% <64.28%> (+0.44%) :white_check_mark:

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 6f264c3...64547a2. Read the comment docs.