diff --git a/restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql b/restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql index 1edcae09a4..89c6b458ba 100644 --- a/restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql +++ b/restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql @@ -158,18 +158,18 @@ date_created DATETIME NOT NULL, date_updated DATETIME NOT NULL, account_sid VARCHAR(34) NOT NULL, status VARCHAR(100) NOT NULL, -friendly_name VARCHAR(60), +friendly_name VARCHAR(1000), api_version VARCHAR(10) NOT NULL, uri MEDIUMTEXT NOT NULL, master_ms_id VARCHAR(34), -master_conference_endpoint_id VARCHAR(20), +master_conference_endpoint_id VARCHAR(1000), master_present BOOLEAN NOT NULL DEFAULT TRUE, -master_ivr_endpoint_id VARCHAR(20), -master_ivr_endpoint_session_id VARCHAR(200), -master_bridge_endpoint_id VARCHAR(20), -master_bridge_endpoint_session_id VARCHAR(200), -master_bridge_conn_id VARCHAR(200), -master_ivr_conn_id VARCHAR(200), +master_ivr_endpoint_id VARCHAR(1000), +master_ivr_endpoint_session_id VARCHAR(1000), +master_bridge_endpoint_id VARCHAR(1000), +master_bridge_endpoint_session_id VARCHAR(1000), +master_bridge_conn_id VARCHAR(1000), +master_ivr_conn_id VARCHAR(1000), moderator_present BOOLEAN NOT NULL DEFAULT FALSE );