Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove uniq_external_id index from tenants table #396

Merged
merged 1 commit into from
Dec 23, 2022

Conversation

w3b6x9
Copy link
Member

@w3b6x9 w3b6x9 commented Dec 23, 2022

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

There are two unique indexes on the same column, external_id, in the tenants table: tenants_external_id_index (external_id) and uniq_external_id (external_id).

What is the new behavior?

There is one unique index on the external_id column in the tenants table: tenants_external_id_index (external_id).

@vercel
Copy link

vercel bot commented Dec 23, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
realtime-demo ✅ Ready (Inspect) Visit Preview Dec 23, 2022 at 1:37AM (UTC)

@w3b6x9 w3b6x9 requested a review from abc3 December 23, 2022 01:39
@abc3 abc3 merged commit 4e88c84 into develop Dec 23, 2022
@abc3 abc3 deleted the fix/remove-unused-uniq-external_id-idx branch December 23, 2022 08:26
pull bot pushed a commit to asleekgeek/realtime that referenced this pull request Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants