Sha256: 55ee06df167ed3ba5ca7eb37ca614bdb63b312d837ceda5d62372c1842d74114
Contents?: true
Size: 354 Bytes
Versions: 11
Compression:
Stored size: 354 Bytes
Contents
require "historiographer/postgres_migration" class CreateEasyMLSplitterHistories < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>] def change unless table_exists?(:easy_ml_splitter_histories) create_table :easy_ml_splitter_histories do |t| t.histories(foreign_key: :splitter_id) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems