falling-fruit / falling-fruit-api

API (v0.3) for Falling Fruit
https://fallingfruit.org/api/0.3
GNU General Public License v3.0
6 stars 1 forks source link

Cannot create a new location #16

Closed ezwelty closed 2 years ago

ezwelty commented 2 years ago

POST locations results in the following error:

{"error":"null value in column \"created_at\" violates not-null constraint"}
ezwelty commented 2 years ago

Fixed by ensuring that clusters.created_at and clusters.updated_at in the database default to NOW().