Sha256: 3ce256f4e2344bd9b43df52f8aa9b51a5c80dfc73b98c9bfafdab9d9917f4f8d
Contents?: true
Size: 256 Bytes
Versions: 8
Compression:
Stored size: 256 Bytes
Contents
class AddMostRecentToEventImportFileTransitions < ActiveRecord::Migration def up add_column :event_import_file_transitions, :most_recent, :boolean, null: true end def down remove_column :event_import_file_transitions, :most_recent end end
Version data entries
8 entries across 8 versions & 1 rubygems