Closed Scaenicus closed 4 years ago
Yeah, I made some changes to the migration code. In short, if you are just upgrading from an old version, and already have the required tables/migrations, you can skip the artisan vendor:publish
step. That would only apply to new installs.
Reproduce
php artisan vendor:publish --tag=migrations
thriceclass CreateTaggableTable
gets created 3 times (each with a new timestamp)0000_00_00_000000_create_taggable_table
in the migrations.composer dumpautoload
in between, but still the migrations get republished each time.