Sha256: 8fac26016f7e997c3e3f17fab6a18b2b7f7dcfb8502cfbce3dd188d3b0a9f43a

Contents?: true

Size: 201 Bytes

Versions: 17

Compression:

Stored size: 201 Bytes

Contents

require "historiographer/postgres_migration"

class CreateSafePostHistories < ActiveRecord::Migration[5.1]
  def change
    create_table :safe_post_histories do |t|
      t.histories
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
historiographer-4.1.0 /Users/brettshollenberger/programming/historiographer/spec/db/migrate/20171011194715_create_safe_post_histories.rb
historiographer-4.0.0 spec/db/migrate/20171011194715_create_safe_post_histories.rb
historiographer-3.1.2 spec/db/migrate/20171011194715_create_safe_post_histories.rb
historiographer-3.1.1 spec/db/migrate/20171011194715_create_safe_post_histories.rb
historiographer-3.1.0 spec/db/migrate/20171011194715_create_safe_post_histories.rb
historiographer-3.0.0 spec/db/migrate/20171011194715_create_safe_post_histories.rb
historiographer-2.0.1 spec/db/migrate/20171011194715_create_safe_post_histories.rb
historiographer-2.0.0 spec/db/migrate/20171011194715_create_safe_post_histories.rb
historiographer-1.4.3 spec/db/migrate/20171011194715_create_safe_post_histories.rb
historiographer-1.4.1 spec/db/migrate/20171011194715_create_safe_post_histories.rb
historiographer-1.4.0 spec/db/migrate/20171011194715_create_safe_post_histories.rb
historiographer-1.3.1 spec/db/migrate/20171011194715_create_safe_post_histories.rb
historiographer-1.3.0 spec/db/migrate/20171011194715_create_safe_post_histories.rb
historiographer-1.2.0 spec/db/migrate/20171011194715_create_safe_post_histories.rb
historiographer-1.1.0 spec/db/migrate/20171011194715_create_safe_post_histories.rb
historiographer-1.0.2 spec/db/migrate/20171011194715_create_safe_post_histories.rb
historiographer-1.0.0 spec/db/migrate/20171011194715_create_safe_post_histories.rb