blob: b62eb14301ad7dc553cada009274b6380a95d24d (
plain)
1
2
3
4
5
6
7
|
-- You should not modify if this have pushed to Github, unless it does serious wrong with the db.
BEGIN TRANSACTION;
ALTER TABLE monitor
ADD timeout DOUBLE default 0 not null;
COMMIT;
|