first make arpnip behave like other jobs towards pseudo devices

This commit is contained in:
Oliver Gorwits
2019-08-25 18:18:02 +01:00
parent adf80a1671
commit d2661bff61
3 changed files with 8 additions and 2 deletions

View File

@@ -2,4 +2,6 @@ BEGIN;
ALTER TABLE users ADD COLUMN "radius" boolean DEFAULT false;
UPDATE device SET layers = NULL WHERE vendor = 'netdisco';
COMMIT;