* adding default for connection gateway name
This commit is contained in:
parent
cf70cb4109
commit
9442e34297
|
|
@ -1,3 +1,2 @@
|
|||
-- allow multiple websockegateways to open
|
||||
DELETE FROM connections;
|
||||
ALTER TABLE connections ADD COLUMN gateway VARCHAR NOT NULL;
|
||||
ALTER TABLE connections ADD COLUMN gateway VARCHAR NOT NULL DEFAULT 'default-1';
|
||||
|
|
@ -159,7 +159,7 @@ module JamWebsockets
|
|||
end
|
||||
end
|
||||
else
|
||||
#@log.debug "Can't route message: no user connected with id #{user_id}" # too chatty
|
||||
#@log.debug "Can't route message: no user connected with id #{user_id}" # too chatty
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue