Sha256: fac6860d2ba411060d50ca718549a7e8412ce1ab0a024a82f89b0ed7cf5ee36b
Contents?: true
Size: 152 Bytes
Versions: 7
Compression:
Stored size: 152 Bytes
Contents
class AddSectionKeyToPwbContents < ActiveRecord::Migration[5.0] def change add_column :pwb_contents, :section_key, :string, index: true end end
Version data entries
7 entries across 7 versions & 1 rubygems