ORT-Interactive-GmbH / laravel-couchbase

A Couchbase based Eloquent model and Query builder for Laravel
40 stars 26 forks source link

Fix Migrate Rollback, missing grammar property on Builder class. #2

Closed adrianluna closed 7 years ago

adrianluna commented 7 years ago

The builder class was missing the grammar property, this made the migration rollback command to fail.

codecov-io commented 7 years ago

Codecov Report

Merging #2 into master will decrease coverage by 0.07%. The diff coverage is 0%.

@@             Coverage Diff             @@
##             master      #2      +/-   ##
===========================================
- Coverage     81.88%   81.8%   -0.08%     
  Complexity      436     436              
===========================================
  Files            18      18              
  Lines          1049    1050       +1     
===========================================
  Hits            859     859              
- Misses          190     191       +1
Impacted Files Coverage Δ Complexity Δ
src/Mpociot/Couchbase/Schema/Builder.php 0% <0%> (ø) 8 <0> (ø) :x:

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 539a5fa...7c6ba2d. Read the comment docs.

mpociot commented 7 years ago

👍