rrrene / elixirstatus-web

Community site for Elixir project/blog post/version updates
http://elixirstatus.com
MIT License
281 stars 44 forks source link

Autogenerate IDs for users #60

Open joebew42 opened 6 years ago

joebew42 commented 6 years ago

Hello,

this PR will fix a Primary Key constraint violation caused by the seed of the development environment.

We simply removed the value for the field id so that Ecto will use the correct way to generate the autoincrement value.

Joe.