Sha256: 9fefd3ade5518e910e5520adf421dc7431c41ee56bea518aaf8911045f319fc3

Contents?: true

Size: 164 Bytes

Versions: 3

Compression:

Stored size: 164 Bytes

Contents

class AddPostingTypeIndexToPostings < ActiveRecord::Migration[5.1]
  include Marty::Migrations

  def change
    add_index :marty_postings, :posting_type
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
marty-14.3.0 db/migrate/601_add_posting_type_index_to_postings.rb
marty-14.0.0 db/migrate/601_add_posting_type_index_to_postings.rb
marty-13.0.2 db/migrate/601_add_posting_type_index_to_postings.rb