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