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

double definition of softdeletes on concepts #11

Closed
dakira opened this issue Feb 8, 2018 · 1 comment · Fixed by #14
Closed

double definition of softdeletes on concepts #11

dakira opened this issue Feb 8, 2018 · 1 comment · Fixed by #14

Comments

@dakira
Copy link
Contributor

dakira commented Feb 8, 2018

On a new install migrations fail

[Illuminate\Database\QueryException]                                                                                                           
  SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'deleted_at' (SQL: alter table `concepts` add `deleted_at` timestamp null)

This is because softdeletes are defined on creation already.

@oschettler
Copy link
Collaborator

Thank you for the fix :)

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.

2 participants