uptime-kuma/db/patch-redis-monitor.sql

7 lines
94 B
MySQL
Raw Normal View History

2023-01-05 09:58:24 -05:00
BEGIN TRANSACTION;
ALTER TABLE monitor
ADD redis_connection_string VARCHAR(255);
COMMIT