summaryrefslogtreecommitdiffstats
path: root/store/sql_user_store.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/sql_user_store.go')
-rw-r--r--store/sql_user_store.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/store/sql_user_store.go b/store/sql_user_store.go
index 3c25dbb44..fdc101b22 100644
--- a/store/sql_user_store.go
+++ b/store/sql_user_store.go
@@ -34,7 +34,6 @@ func NewSqlUserStore(sqlStore *SqlStore) UserStore {
table.ColMap("AuthService").SetMaxSize(32)
table.SetUniqueTogether("Email", "TeamId")
table.SetUniqueTogether("Username", "TeamId")
- table.SetUniqueTogether("AuthData", "AuthService", "TeamId")
}
return us