|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
<table id="presentity" xmlns:db="http://docbook.org/ns/docbook">
|
|
<table id="presentity" xmlns:db="http://docbook.org/ns/docbook">
|
|
<name>presentity</name>
|
|
<name>presentity</name>
|
|
- <version>4</version>
|
|
|
|
|
|
+ <version>5</version>
|
|
<type db="mysql">&MYSQL_TABLE_TYPE;</type>
|
|
<type db="mysql">&MYSQL_TABLE_TYPE;</type>
|
|
<description>
|
|
<description>
|
|
<db:para>
|
|
<db:para>
|
|
@@ -98,6 +98,14 @@
|
|
<description>Priority of the record</description>
|
|
<description>Priority of the record</description>
|
|
</column>
|
|
</column>
|
|
|
|
|
|
|
|
+ <column id="ruid">
|
|
|
|
+ <name>ruid</name>
|
|
|
|
+ <type>string</type>
|
|
|
|
+ <size>64</size>
|
|
|
|
+ <null/>
|
|
|
|
+ <description>Record internal unique id</description>
|
|
|
|
+ </column>
|
|
|
|
+
|
|
<index>
|
|
<index>
|
|
<name>presentity_idx</name>
|
|
<name>presentity_idx</name>
|
|
<colref linkend="username"/>
|
|
<colref linkend="username"/>
|
|
@@ -107,6 +115,12 @@
|
|
<unique/>
|
|
<unique/>
|
|
</index>
|
|
</index>
|
|
|
|
|
|
|
|
+ <index>
|
|
|
|
+ <name>ruid_idx</name>
|
|
|
|
+ <colref linkend="ruid"/>
|
|
|
|
+ <unique/>
|
|
|
|
+ </index>
|
|
|
|
+
|
|
<index>
|
|
<index>
|
|
<name>presentity_expires</name>
|
|
<name>presentity_expires</name>
|
|
<colref linkend="expires"/>
|
|
<colref linkend="expires"/>
|