Przeglądaj źródła

- fix index name for globalblacklist table

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4004 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt 17 lat temu
rodzic
commit
6c4ccfa941
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/srdb1/schema/globalblacklist.xml

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

@@ -51,7 +51,7 @@
     </column>
     </column>
 
 
     <index>
     <index>
-        <name>userblacklist_idx</name>
+        <name>globalblacklist_idx</name>
         <colref linkend="prefix"/>
         <colref linkend="prefix"/>
     </index>
     </index>
 </table>
 </table>