Hi experts,
base on our situation we try to apply some partitions on sql based on some datetime fields
we should apply this changes on indexes
but I can't find anythings in AOT for that purpose
thanks for your help

Hi experts,
base on our situation we try to apply some partitions on sql based on some datetime fields
we should apply this changes on indexes
but I can't find anythings in AOT for that purpose
thanks for your help
You can do the change directly in SQL. However, during DB sync those changes could be deleted. To stop that in applicaion class there is DBsync method where you can add direct SQL there to recreate those changes. You will find some example there. Standard app recreates Store procedures in that method, so you can follow same logic.