Skip to content
Snippets Groups Projects
Commit 97ab331b authored by Kamil Domanski's avatar Kamil Domanski
Browse files

change db index names to avoid collisions

parent be3ee031
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment