2022-07-14 03:32:51 -04:00
|
|
|
-- You should not modify if this have pushed to Github, unless it does serious wrong with the db.
|
|
|
|
BEGIN TRANSACTION;
|
2023-09-09 12:28:53 -04:00
|
|
|
|
2022-07-14 03:32:51 -04:00
|
|
|
ALTER TABLE monitor
|
|
|
|
ADD packet_size INTEGER DEFAULT 56 NOT NULL;
|
2023-09-09 12:28:53 -04:00
|
|
|
|
2022-07-14 03:32:51 -04:00
|
|
|
COMMIT;
|