mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-30 19:20:40 +00:00
5 lines
77 B
SQL
5 lines
77 B
SQL
BEGIN TRANSACTION;
|
|
|
|
ALTER TABLE monitor
|
|
ADD game VARCHAR(255);
|
|
COMMIT
|