Remove the insert to v_settings as this is being done in app_defaults.php.
This commit is contained in:
parent
dd1d7a9ffd
commit
6c549b0517
|
|
@ -1 +0,0 @@
|
|||
INSERT INTO v_settings (numbering_plan, event_socket_ip_address, event_socket_port, event_socket_password, xml_rpc_http_port, xml_rpc_auth_realm, xml_rpc_auth_user, xml_rpc_auth_pass, admin_pin, smtp_host, smtp_secure, smtp_auth, smtp_username, smtp_password, smtp_from, smtp_from_name, mod_shout_decoder, mod_shout_volume) VALUES ('US','127.0.0.1',8021,'ClueCon',8787,'localhost','xmlrpc','7e4d3i',1234,'','none','','','','','Voicemail','',0.3);
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
--BEGIN TRANSACTION;
|
||||
INSERT INTO v_settings (numbering_plan, event_socket_ip_address, event_socket_port, event_socket_password, xml_rpc_http_port, xml_rpc_auth_realm, xml_rpc_auth_user, xml_rpc_auth_pass, admin_pin, smtp_host, smtp_secure, smtp_auth, smtp_username, smtp_password, smtp_from, smtp_from_name, mod_shout_decoder, mod_shout_volume) VALUES ('US','127.0.0.1',8021,'ClueCon',8787,'localhost','xmlrpc','7e4d3i',1234,'','none','','','','','Voicemail','',0.3);
|
||||
CREATE INDEX index_billsec ON v_xml_cdr(billsec);
|
||||
CREATE INDEX index_caller_id_name ON v_xml_cdr(caller_id_name);
|
||||
CREATE INDEX index_destination_number ON v_xml_cdr(destination_number);
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
--BEGIN TRANSACTION;
|
||||
INSERT INTO v_settings (numbering_plan, event_socket_ip_address, event_socket_port, event_socket_password, xml_rpc_http_port, xml_rpc_auth_realm, xml_rpc_auth_user, xml_rpc_auth_pass, admin_pin, smtp_host, smtp_secure, smtp_auth, smtp_username, smtp_password, smtp_from, smtp_from_name, mod_shout_decoder, mod_shout_volume) VALUES ('US','127.0.0.1',8021,'ClueCon',8787,'localhost','xmlrpc','7e4d3i',1234,'','none','','','','','Voicemail','',0.3);
|
||||
CREATE INDEX index_billsec ON v_xml_cdr(billsec ASC);
|
||||
CREATE INDEX index_caller_id_name ON v_xml_cdr(caller_id_name ASC);
|
||||
CREATE INDEX index_destination_number ON v_xml_cdr(destination_number ASC);
|
||||
|
|
|
|||
Loading…
Reference in New Issue