Hmm, for me it looks like it is the wrong table. Should be " rls_watchers"
not " rls_presentity" So it is a error on the SQ upgrade commands from
https://www.kamailio.org/wiki/install/upgrade/3.1.x-to-3.2.0
2018-05-29 16:19 GMT+02:00 Kristijan Vrban <vrban.lkml(a)gmail.com>om>:
Hi,
i try a upgrade from old 3.0.3 Kamailio mysql db. Got stuck with update
the structure :
ALTER TABLE rls_presentity MODIFY callid VARCHAR(255) NOT NULL;ALTER TABLE rls_presentity
MODIFY contact VARCHAR(128) NOT NULL;
found on:
https://www.kamailio.org/wiki/install/upgrade/3.1.x-to-3.2.0
But this two table does not exist? See also table definition at:
https://kamailio.org/docs/db-tables/kamailio-db-3.1.x.html#
GEN-DB-RLS-PRESENTITY
I reckon it is safe to skip this to tables?
Kristijan