Explorar o código

- added a new column in presence xcap_table - etag, needed by an integrated xcap server (version increased)

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@2709 689a6050-402a-0410-94f2-e92a70836424
Anca Vamanu %!s(int64=18) %!d(string=hai) anos
pai
achega
edfe696d90
Modificáronse 1 ficheiros con 9 adicións e 2 borrados
  1. 9 2
      lib/srdb1/schema/pr_xcap_xml.xml

+ 9 - 2
lib/srdb1/schema/pr_xcap_xml.xml

@@ -9,7 +9,7 @@
 
 <table id="xcap_xml" xmlns:db="http://docbook.org/ns/docbook">
     <name>xcap_xml</name>
-    <version>1</version>
+    <version>2</version>
     <type db="mysql">&MYSQL_TABLE_TYPE;</type>
     <description>
         <db:para>Table for the presence module. More information can be found at: &OPENSER_MOD_DOC;presence.html
@@ -51,7 +51,14 @@
         <name>doc_type</name>
         <type>int</type>
         <size>11</size>
-        <description>Doctype</description>
+        <description>Document type</description>
+    </column>
+	
+	<column id="etag">
+        <name>etag</name>
+        <type>string</type>
+        <size>&user_len;</size>
+        <description>Document Etag</description>
     </column>
 
     <index>