Module: kamailio Branch: master Commit: 01045cc2e2f2b86e109c661ca1748809cda68b7a URL: https://github.com/kamailio/kamailio/commit/01045cc2e2f2b86e109c661ca1748809...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2018-09-03T20:48:39+02:00
lib/srdb1: schema - removed rpid and email_address columns from subscriber
- they are not used by auth_db module - version number not needed to be updated, no default queries being affected - GH #858
---
Modified: src/lib/srdb1/schema/subscriber.xml
---
Diff: https://github.com/kamailio/kamailio/commit/01045cc2e2f2b86e109c661ca1748809... Patch: https://github.com/kamailio/kamailio/commit/01045cc2e2f2b86e109c661ca1748809...
---
diff --git a/src/lib/srdb1/schema/subscriber.xml b/src/lib/srdb1/schema/subscriber.xml index 39575719ed..8aaa03976e 100644 --- a/src/lib/srdb1/schema/subscriber.xml +++ b/src/lib/srdb1/schema/subscriber.xml @@ -75,24 +75,6 @@ <description>md5(username@domain:realm:password)</description> </column>
- <column> - <name>email_address</name> - <type>string</type> - <size>&uri_len;</size> - <null/> - <default><null/></default> - <description>Email address</description> - </column> - - <column> - <name>rpid</name> - <type>string</type> - <size>&uri_len;</size> - <null/> - <default><null/></default> - <description>The SIP Remote-Party-ID header identifies the calling party and includes user, party, screen and privacy headers that specify how a call is presented and screened.</description> - </column> - <index> <name>account_idx</name> <colref linkend="username"/>