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

duplicate key value violates unique constraint with pgsql #429

Open
GhaziTriki opened this issue Jan 23, 2020 · 0 comments
Open

duplicate key value violates unique constraint with pgsql #429

GhaziTriki opened this issue Jan 23, 2020 · 0 comments

Comments

@GhaziTriki
Copy link

@GhaziTriki GhaziTriki commented Jan 23, 2020

Hello I gest this error with PostgreSQL

SQLSTATE[23505]: Unique violation: 7 ERROR: duplicate key value violates unique constraint "users_pkey" DETAIL: Key (id)=(1) already exists. (SQL: insert into "users" ("username", "email", "public_front", "password", "updated_at", "created_at") values (new_user, [email protected], 1, $2y$10$GJ/juNvyraROActwtWSWxOhVba75sGCKemH6jvt7hK.wUNuNrvEqO, 2020-01-23 11:02:07, 2020-01-23 11:02:07) returning "id")
@project-bot project-bot bot added this to To do in Issue & PR Tracker Jan 23, 2020
@thelamer thelamer moved this from To do to Non Docker in Issue & PR Tracker Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Issue & PR Tracker
  
Non Docker
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.