Sha256: bade6a20fb5d94cac1441f24882b3ddf3ca0913c3ea8643925a797928627044e
Contents?: true
Size: 566 Bytes
Versions: 78
Compression:
Stored size: 566 Bytes
Contents
# This migration comes from myreplicator (originally 20121212003652) class CreateMyreplicatorLogs < ActiveRecord::Migration def change create_table :myreplicator_logs do |t| t.integer :pid t.string :job_type t.string :name t.string :file t.string :state t.string :thread_state t.string :hostname t.string :export_id t.text :error t.text :backtrace t.string :guid t.datetime :started_at, :default => nil t.datetime :finished_at, :default => nil t.timestamps end end end
Version data entries
78 entries across 78 versions & 1 rubygems