Skip to content

Commit

Permalink
adding PK to table ldap_user_mapping and ldap_group_members
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Apr 17, 2014
1 parent 9881901 commit 8661fe3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/user_ldap/appinfo/database.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

<index>
<name>owncloud_name_users</name>
<primary>true</primary>
<unique>true</unique>
<field>
<name>owncloud_name</name>
Expand Down Expand Up @@ -132,6 +133,7 @@
<index>
<name>ldap_group_members_index</name>
<unique>true</unique>
<primary>true</primary>
<field>
<name>owncloudname</name>
</field>
Expand All @@ -141,4 +143,4 @@

</table>

</database>
</database>

0 comments on commit 8661fe3

Please sign in to comment.