When using Studio 6.3 RC1 and RC2 with a Postgres database, the platform keeps creating update SQL’s for an unique index although this is already included in the create SQL’s.
The content of one of these files are:
create unique index IDX_STABLEMANAGER_LEVEL_UK_NAME on STABLEMANAGER_LEVEL (NAME) where DELETE_TS is null ;
When trying to update the database, I get an error that this index is already created.
I changed to Postgres a week ago.
Any clues?