Invalid SQL query for type uuid to work around the issue set back to varchar.

This commit is contained in:
FusionPBX 2021-06-08 19:57:50 -06:00 committed by GitHub
parent 1a7a221edc
commit a9980f80f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ CREATE TABLE members (
queue character varying(255),
instance_id character varying(255),
uuid uuid NOT NULL,
session_uuid uuid NOT NULL,
session_uuid VARCHAR(255) NOT NULL,
cid_number character varying(255),
cid_name character varying(255),
system_epoch integer DEFAULT 0 NOT NULL,