mpociot / teamwork

User to Team associations with invitation system for the Laravel 5 Framework
MIT License
1.07k stars 170 forks source link

Changed the order of the database migrations #36

Closed reddinan closed 8 years ago

reddinan commented 8 years ago

Fixed the issue I reported here https://github.com/mpociot/teamwork/issues/35

It's a very simple change all it does is move the "team invite" table to the bottom of the migration to prevent the error message I was receiving.

codecov-io commented 8 years ago

Current coverage is 90.19%

Merging #36 into master will not change coverage

@@             master        #36   diff @@
==========================================
  Files             9          9          
  Lines           214        214          
  Methods          41         41          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            193        193          
  Misses           21         21          
  Partials          0          0          

Powered by Codecov. Last updated by 2f2c8d2...55099b6

mpociot commented 8 years ago

Thank you!

reddinan commented 8 years ago

FYI your code is also giving an error on migration rollback about the migration class not existing/can't be found.