Update switch.sql

This commit is contained in:
FusionPBX 2019-09-24 21:36:13 -06:00 committed by GitHub
parent 2339402e92
commit db5a670cc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ CREATE TABLE members (
skill_score integer DEFAULT 0 NOT NULL,
serving_agent character varying(255),
serving_system character varying(255),
instance_id varying(255),
state character varying(255),
member_uuid uuid PRIMARY KEY default gen_random_uuid()
);