Browse Source

change db index names to avoid collisions

tags/v3.0
Kamil Domanski 13 years ago
parent
commit
97ab331b2a
2 changed files with 6 additions and 6 deletions
  1. 1
    1
      apps/files_publiclink/appinfo/database.xml
  2. 5
    5
      db_structure.xml

+ 1
- 1
apps/files_publiclink/appinfo/database.xml View 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>

+ 5
- 5
db_structure.xml View File

@@ -208,7 +208,7 @@
</field>

<index>
<name>path</name>
<name>locks_path</name>
<field>
<name>path</name>
<sorting>ascending</sorting>
@@ -216,7 +216,7 @@
</index>

<index>
<name>path_2</name>
<name>locks_path_2</name>
<field>
<name>path</name>
<sorting>ascending</sorting>
@@ -224,7 +224,7 @@
</index>

<index>
<name>path_3</name>
<name>locks_path_3</name>
<field>
<name>path</name>
<sorting>ascending</sorting>
@@ -236,7 +236,7 @@
</index>

<index>
<name>expires</name>
<name>locks_expires</name>
<field>
<name>expires</name>
<sorting>ascending</sorting>
@@ -253,7 +253,7 @@
</index>

<index>
<name>token</name>
<name>locks_token</name>
<unique>true</unique>
<field>
<name>token</name>

Loading…
Cancel
Save