Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Rename the index so the name is unique until the old table is deleted
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and MorrisJobke committed May 15, 2017
commit d89d96203affc8ae1cb0dd7da061bd2e853811b7
2 changes: 1 addition & 1 deletion apps/twofactor_backupcodes/appinfo/database.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</field>

<index>
<name>two_factor_backupcodes_user_id</name>
<name>twofactor_backupcodes_uid</name>
<field>
<name>user_id</name>
<sorting>ascending</sorting>
Expand Down