Sha256: a2d00a993365cc70944fcd5dfcf3c9012d573479c8f7dbd095278ff4ee8f5b1a

Contents?: true

Size: 189 Bytes

Versions: 5

Compression:

Stored size: 189 Bytes

Contents

# frozen_string_literal: true

# nodoc
module PGTrunk::Operations
  # @private
  # Namespace for operations with indexes
  module Indexes
    require_relative "indexes/add_index"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pg_trunk-0.2.0 lib/pg_trunk/operations/indexes.rb
pg_trunk-0.1.3 lib/pg_trunk/operations/indexes.rb
pg_trunk-0.1.2 lib/pg_trunk/operations/indexes.rb
pg_trunk-0.1.1 lib/pg_trunk/operations/indexes.rb
pg_trunk-0.1.0 lib/pg_trunk/operations/indexes.rb