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
Nelson Chan
08f75b0b99
Fix: Add missing FK for monitor-tls-info table ( #4632 )
2024-03-31 12:04:22 +08:00
Louis Lam
65cbc7b318
Migrate kafka_producer patch
2023-11-13 21:19:43 +08:00
Louis Lam
45b6fab313
Merge conflicts
2023-10-09 21:32:40 +08:00
Louis Lam
de7bc487ed
Sync the column order
2023-09-21 20:41:16 +08:00
Floris-Jan
2266f31100
changed notification.config from varchar to text. ( #3763 )
2023-09-21 20:22:37 +08:00
Louis Lam
da4f4e3d76
Update migrations
2023-08-09 21:07:23 +08:00
Louis Lam
e26abc3156
Improve the setup database
2023-07-01 02:48:42 +08:00
Louis Lam
7975caf29e
Update db migration and dockerfile
2023-06-30 17:26:37 +08:00
Louis Lam
2e2747fb52
Handling DATE_ADD
2023-06-27 20:57:34 +08:00
Louis Lam
b2a1bd5214
WIP
2023-06-27 20:57:34 +08:00
Louis Lam
f2633a5d01
Finished knex_init_db.js
2023-02-12 03:44:15 +08:00