mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
7 lines
94 B
MySQL
7 lines
94 B
MySQL
|
BEGIN TRANSACTION;
|
||
|
|
||
|
ALTER TABLE monitor
|
||
|
ADD redis_connection_string VARCHAR(255);
|
||
|
|
||
|
COMMIT
|