mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add algorithm to sip_authentication
This commit is contained in:
@@ -341,7 +341,8 @@ CREATE TABLE sip_authentication (
|
||||
profile_name character varying(255),
|
||||
hostname character varying(255),
|
||||
last_nc integer,
|
||||
sip_authentication_uuid uuid PRIMARY KEY default gen_random_uuid()
|
||||
algorithm integer DEFAULT 1 NOT NULL
|
||||
sip_authentication_uuid uuid PRIMARY KEY default gen_random_uuid()
|
||||
);
|
||||
ALTER TABLE sip_authentication OWNER TO fusionpbx;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user