Browse Source

- 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 years ago
parent
commit
13c66bf68b
1 changed files with 1 additions and 1 deletions
  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">
         <name>rlsubs_did</name>
         <type>string</type>
-        <size>512</size>
+        <size>255</size>
         <description>Resource list subscribe dialog id</description>
         <natural/>
     </column>