Skip to content
Snippets Groups Projects
Commit 727f4357 authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

remove superflous index (already indexed with primary key derived from...

remove superflous index (already indexed with primary key derived from <autoincrement> by MDB2), oracle will bark on this
parent ede464f0
No related branches found
No related tags found
No related merge requests found
......@@ -46,14 +46,6 @@
<length>200</length>
</field>
<index>
<name>album_index</name>
<field>
<name>album_id</name>
<sorting>ascending</sorting>
</field>
</index>
<index>
<name>album_name_index</name>
<field>
......@@ -106,21 +98,6 @@
</field>
</index>
<index>
<name>artist_index</name>
<field>
<name>artist_id</name>
<sorting>ascending</sorting>
</field>
</index>
<index>
<name>artist_name_index</name>
<field>
<name>artist_name</name>
<sorting>ascending</sorting>
</field>
</index>
</declaration>
</table>
......@@ -263,13 +240,6 @@
<length>4</length>
</field>
<index>
<name>song_index</name>
<field>
<name>song_id</name>
<sorting>ascending</sorting>
</field>
</index>
<index>
<name>song_album_index</name>
<field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment