Commit Graph

14 Commits

Author SHA1 Message Date
FusionPBX c8f573d734
Add instance_id to the agents table. 2021-06-08 03:05:45 -06:00
FusionPBX 7906b036d2
Change back to original data type to prevent SQL errors.
[ERROR: invalid input syntax for type uuid: "*5903"
LINE 1: ...d,presence_id,uuid from sip_dialogs where uuid != '*5903' an...
2021-05-18 19:15:16 -06:00
FusionPBX 323729a383
Change uuid from varchar or varying to type uuid. 2021-05-18 10:06:57 -06:00
FusionPBX 9d3af2e359 Update switch.sql 2019-12-11 01:44:26 -07:00
FusionPBX 0be53ec7b1 Update switch.sql 2019-09-24 21:36:13 -06:00
konradSC 8523010d19 Change Column to allow for more characters (#2874)
255 characters is too small for phones with 15+ BLF lines. 

The phone will generate a postgres ERROR:  value too long for type character varying(255)
2017-10-14 22:44:39 -06:00
FusionPBX c0cea83beb Update switch.sql 2017-02-01 18:01:20 -07:00
FusionPBX af5a0dd947 Update switch.sql
Add json_store table.
2016-10-13 15:48:09 -06:00
FusionPBX 6af31a91da Update switch.sql
When using multiple-registrations the contact string can be longer than 255 characters.
2016-07-15 09:19:03 -06:00
FusionPBX 9993a93546 Update switch.sql
Add accountcode to detailed_calls view.
2016-07-10 15:12:58 -06:00
FusionPBX 4609e858fe Update switch.sql
basic_calls view - add AS to match freeswitch code and accountcode
2016-07-10 15:04:25 -06:00
FusionPBX 7a67e61d96 Update switch.sql
Add accountcode to the channels table.
2016-07-10 14:53:12 -06:00
FusionPBX 78b7841a74 Update switch.sql
Update sip_registrations table.
2016-07-10 14:38:53 -06:00
markjcrane a6c4c51c7c Add switch.sql to resources/install/sql 2016-05-27 10:35:11 -06:00