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