-- allow multiple websockegateways to open
DELETE FROM connections;
ALTER TABLE connections ADD COLUMN gateway VARCHAR NOT NULL;