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