stephenfewer/grinder

crashes.note field created with NOT NULL but not being used in INSERT

Opened this issue · 0 comments

I saw the issue #41, but in my case I got a 404 error.

I gave a look on the code, and in my case it seems that the problem is the table crashes has a field note with NOT NULL, and the INSERT query in status.php don't provide this field.

I've solved it removing the NOT NULL, but I think @stephenfewer can provide a better solution.

Best regards.