浏览代码

- fixed some bugs in presence modules (reported by Juha Heinanen)
- added a new column to active_watchers database table (version increased )



git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@2643 689a6050-402a-0410-94f2-e92a70836424

Anca Vamanu 18 年之前
父节点
当前提交
02967b89f1
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      lib/srdb1/schema/pr_active_watchers.xml

+ 8 - 1
lib/srdb1/schema/pr_active_watchers.xml

@@ -9,7 +9,7 @@
 
 
 <table id="active_watchers" xmlns:db="http://docbook.org/ns/docbook">
 <table id="active_watchers" xmlns:db="http://docbook.org/ns/docbook">
     <name>active_watchers</name>
     <name>active_watchers</name>
-    <version>6</version>
+    <version>7</version>
     <type db="mysql">&MYSQL_TABLE_TYPE;</type>
     <type db="mysql">&MYSQL_TABLE_TYPE;</type>
     <description>
     <description>
         <db:para>Table for the presence module. More information can be found at: http://www.openser.org/docs/modules/1.2.x/presence.html
         <db:para>Table for the presence module. More information can be found at: http://www.openser.org/docs/modules/1.2.x/presence.html
@@ -141,6 +141,13 @@
         <default>2</default>
         <default>2</default>
         <description>Status</description>
         <description>Status</description>
     </column>
     </column>
+	
+	<column>
+        <name>reason</name>
+        <type>string</type>
+        <size>&user_len;</size>
+        <description>Reason</description>
+    </column>
 
 
     <column>
     <column>
         <name>version</name>
         <name>version</name>