浏览代码

- port from opensips r4528, credits goes to Anca
- updated version count for tables presentity and pua (the code already uses
the "new" version number)


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

Henning Westerholt 17 年之前
父节点
当前提交
6081a48339
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      lib/srdb1/schema/pr_presentity.xml
  2. 1 1
      lib/srdb1/schema/pr_pua.xml

+ 1 - 1
lib/srdb1/schema/pr_presentity.xml

@@ -9,7 +9,7 @@
 
 <table id="presentity" xmlns:db="http://docbook.org/ns/docbook">
     <name>presentity</name>
-    <version>2</version>
+    <version>3</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

+ 1 - 1
lib/srdb1/schema/pr_pua.xml

@@ -9,7 +9,7 @@
 
 <table id="pua" xmlns:db="http://docbook.org/ns/docbook">
     <name>pua</name>
-    <version>5</version>
+    <version>6</version>
     <type db="mysql">&MYSQL_TABLE_TYPE;</type>
     <description>
         <db:para>Table for the presence related pua module. More information can be found at: &KAMAILIO_MOD_DOC;pua.html