Sha256: 3ee26fe4d08be6b801ce9ac3413826619e86ec2ef3e02d2209eac0db0629afdc
Contents?: true
Size: 224 Bytes
Versions: 6
Compression:
Stored size: 224 Bytes
Contents
class AddEditionStringToManifestation < ActiveRecord::Migration[5.2] def self.up add_column :manifestations, :edition_string, :string end def self.down remove_column :manifestations, :edition_string end end
Version data entries
6 entries across 6 versions & 6 rubygems