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