You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like add_index_statements.rb is setting the correct name, but it's skipping unique indexes that have already been added by db_converter.py which apparently doesn't respect those names. I'll have a look tomorrow.
UNIQUE and UNIQUE CONSTRAINT are a potato/potato thing.
On a fresh 7.10 PG GitLab installation, the index on
users
are:On a 'converted' PG they are:
I don't know the difference between
UNIQUE CONSTRAINT
andUNIQUE
. The index names are definitely different.cc @DouweM
The text was updated successfully, but these errors were encountered: