Custom index names - schema sync | Community
Skip to main content
September 4, 2020
Solved

Custom index names - schema sync

  • September 4, 2020
  • 1 reply
  • 1103 views

Hi guys,

do you know if there is a way to sync schema definition of a custom table where index is already created directly in database?

There are several custom tables for which indexes are created directly in database (custom names) and whenever option Update database structure is started, AC is offering to drop existing indexes and create new ones with ugly names 🙂

Just looking how sync schemas with existing setup in db.

Regards,

Milan

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

 

Set view="true" in the <srcSchema/> node at the top.

 

Thanks,

-Jon

1 reply

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
September 14, 2020

Hi,

 

Set view="true" in the <srcSchema/> node at the top.

 

Thanks,

-Jon