Skip to content

Remove check supports_drop_index_concurrently?

Andreas Brandl requested to merge ab/migration-helper-cleanup into master

What does this MR do?

Small cleanup to remove supports_drop_index_concurrently? checks from MigrationHelper. This is possible now since we always have PostgreSQL >= 9.6 now (concurrent index creation/removal is supported since >= 9.2).

Edited by 🤖 GitLab Bot 🤖

Merge request reports