update include timings
This commit is contained in:
+4
-1
@@ -62,7 +62,10 @@ export async function migrate(sql: any) {
|
||||
run_id TEXT,
|
||||
cert_expiry_days INTEGER,
|
||||
cert_issuer TEXT,
|
||||
response_size INTEGER
|
||||
response_size INTEGER,
|
||||
dns_ms INTEGER,
|
||||
tcp_ms INTEGER,
|
||||
tls_ms INTEGER
|
||||
)
|
||||
`;
|
||||
await sql`CREATE INDEX IF NOT EXISTS idx_pings_monitor ON pings(monitor_id, checked_at DESC)`;
|
||||
|
||||
Reference in New Issue
Block a user