Sha256: 89eee9271ec47c213852deb605c78349a6a432fb046c676c71a78ad6754d1ed2
Contents?: true
Size: 222 Bytes
Versions: 29
Compression:
Stored size: 222 Bytes
Contents
class AddMostRecentToBaconTransitions < ActiveRecord::Migration def up add_column :bacon_transitions, :most_recent, :boolean, null: true end def down remove_column :bacon_transitions, :most_recent end end
Version data entries
29 entries across 28 versions & 2 rubygems