gatus/storage/store/sql
TwiN d9f86f1155 fix(storage): Default domain_expiration to 0 for SQL when the column doesn't already exist
This will prevent temporary issues with the parsing of old results that would otherwise
have a value of NULL for domain_expiration

Fixes an issue introduced by #325
2022-09-07 18:18:26 -04:00
..
specific_postgres.go fix(storage): Default domain_expiration to 0 for SQL when the column doesn't already exist 2022-09-07 18:18:26 -04:00
specific_sqlite.go fix(storage): Default domain_expiration to 0 for SQL when the column doesn't already exist 2022-09-07 18:18:26 -04:00
sql_test.go feat(storage): Add optional write-through cache to sql store 2022-08-18 19:29:39 -04:00
sql.go fix(storage): Default domain_expiration to 0 for SQL when the column doesn't already exist 2022-09-07 18:18:26 -04:00