Prevent Sync failure with non-regular indexes on Postgres #2174

Merged
lunny merged 1 commits from zeripath/xorm:fix-postgres-sync-failure-with-non-regular-index into master 2022-09-03 02:12:17 +00:00

1 Commits

Author SHA1 Message Date
af675201d3
Prevent Sync failure with non-regular indexes on Postgres
All checks were successful
continuous-integration/drone/pr Build is passing
When dropping indexes in Postgres if the index is non-regular we
should not attempt to regularise the index name as it is already correct.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-09-02 20:44:29 +01:00