mightybyte / snaplet-postgresql-simple

BSD 3-Clause "New" or "Revised" License
40 stars 38 forks source link

Removed NOT NULL constraint from email field so Snap.Snaplet.Auth.create... #10

Closed statusfailed closed 11 years ago

statusfailed commented 11 years ago

I've removed the NOT NULL constraint from the "email" table column, because by default the Snap.Snaplet.Auth.createUser function will give a Nothing for the email field, causing it to fail.

beastaugh commented 11 years ago

Pulling in #11 has resulted in the NOT NULL constraint on the email column being preserved, which is presumably not intended.

mightybyte commented 11 years ago

Weird, thanks.

statusfailed commented 11 years ago

Whoops, that's probably my fault- sorry about that.