Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration fails on installation #9

Closed
rickfo97 opened this issue Dec 11, 2017 · 2 comments
Closed

Migration fails on installation #9

rickfo97 opened this issue Dec 11, 2017 · 2 comments
Assignees

Comments

@rickfo97
Copy link

  • Laravel Version: 5.4.*
  • PHP Version: 7.0.22-0
  • Database Driver & Version: mysql 5.7.20-0

Description:

When you run step 7 in the installation the migration fails on "2017_12_10_020753_create_achievement_details_table.php" because table already exists.
It is created in "vendor/gstt/laravel-achievements/src/Migrations/0000_00_00_000000_create_achievements_tables.php"

Steps To Reproduce:

Follow the installation guide.

Possible Fix:

Remove "2017_12_10_020753_create_achievement_details_table.php" & "2017_12_10_020753_create_achievement_progress_table.php" from "database/migrations/"

@ghost ghost added the Bug label Dec 11, 2017
@HDVinnie HDVinnie self-assigned this Dec 11, 2017
HDVinnie pushed a commit that referenced this issue Dec 11, 2017
- Fixs #9
- Migrations are already handled by package provider
@HDVinnie
Copy link
Collaborator

Solved See ca490ba

@poppabear8883
Copy link
Contributor

This is not fixed. The AddForeignKeysToAchievementProgressTable must be removed also. Reopening and will push the fix.

@poppabear8883 poppabear8883 reopened this Dec 11, 2017
poppabear8883 added a commit that referenced this issue Dec 11, 2017
@poppabear8883 poppabear8883 added Fixed and removed Fixed labels Dec 11, 2017
HDVinnie pushed a commit that referenced this issue Feb 5, 2018
@gmunday2 gmunday2 mentioned this issue Jul 27, 2020
@K4Li K4Li mentioned this issue Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants