Can you verify the index idx_users_team_id
exists? You can created it manually with something like CREATE INDEX idx_users_team_id ON Users (TeamId)
↧
Panic: Failed to create index pq: coluna "teamid" does not exist
↧