1BEGIN;
2
3ALTER TABLE netmap_positions DROP CONSTRAINT netmap_positions_device_groups_key;
4
5COMMIT;
6