As discussed on the mailinglist [1] the `id` field of the location database in the
`userloc` module has the data type `INT(10)`. This can be too small for large long running
installations of kamailio. This changes the data type of the `id` field from `INT(10)` to
`BIGINT`
[1]:
https://lists.kamailio.org/mailman3/hyperkitty/list/sr-dev@lists.kamailio.o…
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3407
-- Commit Summary --
* userloc: change data type of id field to BIGINT
-- File Changes --
M src/modules/p_usrloc/location.sql (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3407.patch
https://github.com/kamailio/kamailio/pull/3407.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3407
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3407(a)github.com>