Skip to content

Commit

Permalink
Revert "use getReplicaQueryBuilder for select statement in migrations"
Browse files Browse the repository at this point in the history
This reverts commit a9e8c88.
  • Loading branch information
enahum committed May 7, 2024
1 parent a9e8c88 commit f4011f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/store/sqlstore/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (

func (s *SQLStore) runMSTeamUserIDDedup() error {
// get all users with duplicate msteamsuserid
rows, err := s.getReplicaQueryBuilder().Select(
rows, err := s.getMasterQueryBuilder().Select(
"mmuserid",
"msteamsuserid",
"remoteid",
Expand Down

0 comments on commit f4011f4

Please sign in to comment.