Sha256: 2b72b1454611abcebf0b836f98dfd7270fe6b15d27dc8e67ad02ee3c8b802983

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 tables
  module Tables
    require_relative "tables/create_table"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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