rtconner / laravel-tagging

Tag support for Laravel Eloquent models - Taggable Trait
MIT License
882 stars 168 forks source link

Fix migration so you can rollback. #113

Closed danrichards closed 8 years ago

danrichards commented 8 years ago

This fixes a bug where you cannot rollback because the foreign key constraint must first be dropped.

msonowal commented 8 years ago

good job @danrichards !! somebody please accept this pull request