Hi gays,
I’m using postgres for development and sql server for production. I need to have a nonclustered index in sql server and wrote this changeset:
> <changeSet author="Sheida" id="1528sdf876614d">
> <addPrimaryKey columnNames="id" constraintName="PK_Person" tableName="Person" schemaName="Company"
> clustered="false"/>
> </changeSet>
but i get this error in development environment which uses postgresql:
1 changes have validation failures
clustered is not allowed on postgresql,