antonioribeiro / health

Laravel Health Panel
BSD 3-Clause "New" or "Revised" License
1.94k stars 198 forks source link

Latest master commit breaks "runtime" values #185

Closed simonmallet closed 2 years ago

simonmallet commented 4 years ago

Hi, Using the latest commit in master "47887f4a58afb3cd6fd6cec5601753233b47567f", the health check no longer works because the runtime value is no longer included in the insert into health_checks table (mandatory field). I suspect it has something to do with the PHP Timer changes.

"exception":"[object] (Illuminate\Database\QueryException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'runtime' cannot be null

As of 6 commits prior to the one mentioned above, everything works fine : (Custom notifications -> https://github.com/antonioribeiro/health/commit/2c79bf21aeefadb12ed9907fe3d0cd0bafb4d83e)