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

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,