Przeglądaj źródła

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

Juha Heinanen 14 lat temu
rodzic
commit
b8fba98c59
2 zmienionych plików z 2 dodań i 2 usunięć
  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;