mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
6 lines
77 B
SQL
6 lines
77 B
SQL
BEGIN TRANSACTION;
|
|
|
|
ALTER TABLE monitor
|
|
ADD game VARCHAR(255);
|
|
COMMIT
|