Unneccessary Update SQL's are constantly created with 6.3 RC1 and RC2

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?

Hi,
Thank you for reporting the issue. We will fix it in the next Studio release.

As a workaround, you can exclude the script in DB manager in Studio (see the attached screenshot).

Exclude

Hi,

Thanks !

I will do that

Hi, the problem is fixed in the Studio version 6.3.0.