|
@@ -48,7 +48,7 @@
|
|
<description>To domain</description>
|
|
<description>To domain</description>
|
|
</column>
|
|
</column>
|
|
|
|
|
|
- <column>
|
|
|
|
|
|
+ <column id="watcher_username">
|
|
<name>watcher_username</name>
|
|
<name>watcher_username</name>
|
|
<type>string</type>
|
|
<type>string</type>
|
|
<size>&user_len;</size>
|
|
<size>&user_len;</size>
|
|
@@ -56,7 +56,7 @@
|
|
<natural/>
|
|
<natural/>
|
|
</column>
|
|
</column>
|
|
|
|
|
|
- <column>
|
|
|
|
|
|
+ <column id="watcher_domain">
|
|
<name>watcher_domain</name>
|
|
<name>watcher_domain</name>
|
|
<type>string</type>
|
|
<type>string</type>
|
|
<size>&domain_len;</size>
|
|
<size>&domain_len;</size>
|
|
@@ -64,7 +64,7 @@
|
|
<natural/>
|
|
<natural/>
|
|
</column>
|
|
</column>
|
|
|
|
|
|
- <column>
|
|
|
|
|
|
+ <column id="event">
|
|
<name>event</name>
|
|
<name>event</name>
|
|
<type>string</type>
|
|
<type>string</type>
|
|
<size>&user_len;</size>
|
|
<size>&user_len;</size>
|
|
@@ -129,7 +129,7 @@
|
|
<description>Record route</description>
|
|
<description>Record route</description>
|
|
</column>
|
|
</column>
|
|
|
|
|
|
- <column>
|
|
|
|
|
|
+ <column id="expires">
|
|
<name>expires</name>
|
|
<name>expires</name>
|
|
<type>int</type>
|
|
<type>int</type>
|
|
<size>&expires_len;</size>
|
|
<size>&expires_len;</size>
|
|
@@ -181,4 +181,22 @@
|
|
<unique/>
|
|
<unique/>
|
|
</index>
|
|
</index>
|
|
|
|
|
|
|
|
+ <index>
|
|
|
|
+ <name>rls_watchers_delete</name>
|
|
|
|
+ <colref linkend="callid"/>
|
|
|
|
+ <colref linkend="to_tag"/>
|
|
|
|
+ </index>
|
|
|
|
+
|
|
|
|
+ <index>
|
|
|
|
+ <name>rls_watchers_update</name>
|
|
|
|
+ <colref linkend="watcher_username"/>
|
|
|
|
+ <colref linkend="watcher_domain"/>
|
|
|
|
+ <colref linkend="event"/>
|
|
|
|
+ </index>
|
|
|
|
+
|
|
|
|
+ <index>
|
|
|
|
+ <name>rls_watchers_expires</name>
|
|
|
|
+ <colref linkend="expires"/>
|
|
|
|
+ </index>
|
|
|
|
+
|
|
</table>
|
|
</table>
|