Sha256: 9096f8ee8c6a3d92868f92bfea31eb44962e3793ce492be43e37fb3b89d5403f
Contents?: true
Size: 245 Bytes
Versions: 7
Compression:
Stored size: 245 Bytes
Contents
class AddMostRecentToBookmarkStatTransitions < ActiveRecord::Migration 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
7 entries across 7 versions & 2 rubygems