uptime-kuma/db
Gustavo Valverde 79895d455a
fix(db): increase the DNS allowed response size
Some DNS servers might reply with several IP addresses. This avoids errors like the following:

```
Failing: UPDATE `monitor` SET dns_last_result = 'Records: X' WHERE id = 1  - Data too long for column 'dns_last_result' at row 1
```
2024-07-11 13:35:09 +01:00
..
knex_migrations Make auto refresh interval customizable (#4260) 2024-05-19 21:56:55 +02:00
old_migrations Fix: Add missing FK for monitor-tls-info table (#4632) 2024-03-31 12:04:22 +08:00
knex_init_db.js fix(db): increase the DNS allowed response size 2024-07-11 13:35:09 +01:00
kuma.db add retries for pinging function 2021-07-19 18:23:06 +02:00
patch-monitor-tls-info-add-fk.sql Fix: Add missing FK for monitor-tls-info table [1.23.X] (#4631) 2024-03-31 12:05:38 +08:00