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

Create partition index not creating unique index #2

Open
alanvardy opened this issue Feb 9, 2024 · 1 comment
Open

Create partition index not creating unique index #2

alanvardy opened this issue Feb 9, 2024 · 1 comment

Comments

@alanvardy
Copy link

image

image

The unique index does not get created, no errors were seen

@alanvardy
Copy link
Author

I replaced it with the ecto migration command, which worked fine for me

    create unique_index(:rank_snapshots, [:patch_id, :tft_profile_id, :queue_id])

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

No branches or pull requests

1 participant