Sha256: e8edaea47c237e551e402770c737a272050b02c11c5e046aa3c212a43b1cf93d
Contents?: true
Size: 250 Bytes
Versions: 14
Compression:
Stored size: 250 Bytes
Contents
class AddMostRecentToBookmarkStatTransitions < ActiveRecord::Migration[4.2] def up add_column :bookmark_stat_transitions, :most_recent, :boolean, null: true end def down remove_column :bookmark_stat_transitions, :most_recent end end
Version data entries
14 entries across 14 versions & 4 rubygems