Sha256: f3b0146ca3c7d9214b20e573d65a99ae20946f3b9da418c9b032614858ff8b30

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

require_relative "history_migration"

if defined?(ActiveRecord::ConnectionAdapters::PostgreSQL::TableDefinition)
  class ActiveRecord::ConnectionAdapters::PostgreSQL::TableDefinition
    include Historiographer::HistoryMigration
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
historiographer-1.0.0 lib/historiographer/postgres_migration.rb