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

7 lines
94 B
SQL

BEGIN TRANSACTION;
ALTER TABLE monitor
ADD redis_connection_string VARCHAR(255);
COMMIT