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

DB migration is missing 'if not exists' #337

Closed
TimZ99 opened this issue Apr 14, 2021 · 0 comments · Fixed by #338
Closed

DB migration is missing 'if not exists' #337

TimZ99 opened this issue Apr 14, 2021 · 0 comments · Fixed by #338

Comments

@TimZ99
Copy link
Contributor

TimZ99 commented Apr 14, 2021

The following tables are missing the true value after the table name.

  • auth_users_permissions
  • auth_reset_attempts
  • auth_activation_attempts

Causing a Table '...' already exists error.

TimZ99 added a commit to TimZ99/myth-auth that referenced this issue Apr 14, 2021
Added true value to createTable() for table auth_reset_attempts, auth_activation_attempts and auth_users_permissions.

Resolves lonnieezell#337.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant