]> source.dussan.org Git - nextcloud-server.git/commitdiff
change db index names to avoid collisions
authorKamil Domanski <kdomanski@kdemail.net>
Sat, 18 Jun 2011 21:57:03 +0000 (23:57 +0200)
committerKamil Domanski <kdomanski@kdemail.net>
Sat, 18 Jun 2011 21:57:03 +0000 (23:57 +0200)
apps/files_publiclink/appinfo/database.xml
db_structure.xml

index de63b03f4453398f07cdc5d1be6efdbc0efab483..4fe6be47d8ddce2f649a95430e871c316795a69c 100644 (file)
@@ -35,7 +35,7 @@
                                <notnull>true</notnull>
                        </field>
                        <index>
-                               <name>token</name>
+                               <name>a_files_publiclink_token</name>
                                <unique>true</unique>
                                <field>
                                        <name>token</name>
index 599352c2a8dd22f507ec9f610ceafd8bd9f0543e..19cdccef8a4d340e2d593f0a070e85e6b2ea4c14 100644 (file)
    </field>
 
    <index>
-    <name>path</name>
+    <name>locks_path</name>
     <field>
      <name>path</name>
      <sorting>ascending</sorting>
    </index>
 
    <index>
-    <name>path_2</name>
+    <name>locks_path_2</name>
     <field>
      <name>path</name>
      <sorting>ascending</sorting>
    </index>
 
    <index>
-    <name>path_3</name>
+    <name>locks_path_3</name>
     <field>
      <name>path</name>
      <sorting>ascending</sorting>
    </index>
 
    <index>
-    <name>expires</name>
+    <name>locks_expires</name>
     <field>
      <name>expires</name>
      <sorting>ascending</sorting>
    </index>
 
    <index>
-    <name>token</name>
+    <name>locks_token</name>
     <unique>true</unique>
     <field>
      <name>token</name>