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