|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
<table id="presentity" xmlns:db="http://docbook.org/ns/docbook">
|
|
|
<name>presentity</name>
|
|
|
- <version>3</version>
|
|
|
+ <version>4</version>
|
|
|
<type db="mysql">&MYSQL_TABLE_TYPE;</type>
|
|
|
<description>
|
|
|
<db:para>Table for the presence module. More information can be found at: &KAMAILIO_MOD_DOC;presence.html
|
|
@@ -84,6 +84,14 @@
|
|
|
<description>Sender contact</description>
|
|
|
</column>
|
|
|
|
|
|
+ <column>
|
|
|
+ <name>priority</name>
|
|
|
+ <type>int</type>
|
|
|
+ <size>11</size>
|
|
|
+ <default>0</default>
|
|
|
+ <description>Priority of the record</description>
|
|
|
+ </column>
|
|
|
+
|
|
|
<index>
|
|
|
<name>presentity_idx</name>
|
|
|
<colref linkend="username"/>
|