Sha256: 4228c92b8f8830bdb84a3891854c2dcc9228567598eef4d6bf2031a641351662

Contents?: true

Size: 216 Bytes

Versions: 5

Compression:

Stored size: 216 Bytes

Contents

# frozen_string_literal: true

require 'historiographer/postgres_migration'

class CreateSilentPostHistories < ActiveRecord::Migration[5.1]
  def change
    create_table :silent_post_histories, &:histories
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
historiographer-4.1.0 /Users/brettshollenberger/programming/historiographer/spec/db/migrate/20221018204255_create_silent_post_histories.rb
historiographer-4.0.0 spec/db/migrate/20221018204255_create_silent_post_histories.rb
historiographer-3.1.2 spec/db/migrate/20221018204255_create_silent_post_histories.rb
historiographer-3.1.1 spec/db/migrate/20221018204255_create_silent_post_histories.rb
historiographer-3.1.0 spec/db/migrate/20221018204255_create_silent_post_histories.rb