Sha256: 7fe318a9f4a9ced2b24e8b5f555f859c5017857e8aa40c745d6d250c38a236e8

Contents?: true

Size: 456 Bytes

Versions: 5

Compression:

Stored size: 456 Bytes

Contents

# frozen_string_literal: true

# nodoc
module PGTrunk::Operations
  # @private
  # Definitions for check constraints
  module CheckConstraints
    require_relative "check_constraints/base"
    require_relative "check_constraints/add_check_constraint"
    require_relative "check_constraints/drop_check_constraint"
    require_relative "check_constraints/rename_check_constraint"
    require_relative "check_constraints/validate_check_constraint"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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