module PgPower::CreateIndexConcurrently::Migrator

Run postponed index creation for each migration.

This module included into (see ::ActiveRecord::Migrator) class to make possible to execute queries for postponed index creation after closing migration’s transaction.

@see ::ActiveRecord::Migrator.migrate @see ::ActiveRecord::Migrator.ddl_transaction