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