瀏覽代碼

lib/srdb1/schema: fixed size of pua table call_id field

Juha Heinanen 14 年之前
父節點
當前提交
b8fba98c59
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      lib/srdb1/schema/pr_pua.xml
  2. 1 1
      modules_k/pua/pua.c

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

@@ -95,7 +95,7 @@
     <column>
         <name>call_id</name>
         <type>string</type>
-        <size>&uri_len;</size>
+        <size>&callid_len;</size>
         <description>Call ID</description>
     </column>
 

+ 1 - 1
modules_k/pua/pua.c

@@ -53,7 +53,7 @@
 #include "pidf.h"
 
 MODULE_VERSION
-#define PUA_TABLE_VERSION 6
+#define PUA_TABLE_VERSION 7
 
 struct tm_binds tmb;
 htable_t* HashT= NULL;