mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-20 14:02:34 +02:00
6 lines
94 B
SQL
6 lines
94 B
SQL
BEGIN TRANSACTION;
|
|
|
|
ALTER TABLE monitor
|
|
ADD redis_connection_string VARCHAR(255);
|
|
|
|
COMMIT
|