assada / laravel-achievements

Laravel 6+ User Achievements system.
https://assada.github.io/laravel-achievements/
MIT License
66 stars 28 forks source link

Even after publishing the migration file the package's migration is still running #24

Closed vinodsptharsha closed 10 months ago

vinodsptharsha commented 1 year ago

Even after publishing the migration file the package's migration is still running. Thus giving me error of base table already exists. 0000_00_00_000000_create_achievements_tables .............................. 43ms DONE 2023_Feb_20_195204_create_achievements_tables .............................. 1ms FAIL

There is only one migration file in the migration folder.

Also, package migration class naming conventions need to be updated.

vinodsptharsha commented 1 year ago

Is this package no longer maintained?

reasecret commented 1 year ago

@vinodsptharsha you don't need to publish migration files. Install the package and run migrate command.