瀏覽代碼

- partial port from opensips, r4736, credits to Anca (without kamctlrc change)
- changed length for rlsubs_did filed in rls_presentity table (512 to 255)
- fixes also key length issues with MySQL 1.4.22


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

Henning Westerholt 17 年之前
父節點
當前提交
13c66bf68b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/srdb1/schema/rls_presentity.xml

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

@@ -29,7 +29,7 @@
     <column id="rlsubs_did">
     <column id="rlsubs_did">
         <name>rlsubs_did</name>
         <name>rlsubs_did</name>
         <type>string</type>
         <type>string</type>
-        <size>512</size>
+        <size>255</size>
         <description>Resource list subscribe dialog id</description>
         <description>Resource list subscribe dialog id</description>
         <natural/>
         <natural/>
     </column>
     </column>