1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-18 14:52:10 +01:00

Merge pull request #90 from owncloud/fix-db

remove index - there is already a PK on this column
This commit is contained in:
Thomas Müller 2014-08-21 10:32:40 +02:00
commit f941d57631

View File

@ -73,15 +73,6 @@
<unsigned>true</unsigned>
<length>4</length>
</field>
<index>
<name>id</name>
<unique>true</unique>
<field>
<name>id</name>
<sorting>descending</sorting>
</field>
</index>
</declaration>
</table>