Sha256: 509eb517e12dcf6ebaa2f93292009c47ed3b1578db1ca32ff62d735cc0e45833
Contents?: true
Size: 256 Bytes
Versions: 54
Compression:
Stored size: 256 Bytes
Contents
class AddMostRecentToAgentImportFileTransitions < ActiveRecord::Migration def up add_column :agent_import_file_transitions, :most_recent, :boolean, null: true end def down remove_column :agent_import_file_transitions, :most_recent end end
Version data entries
54 entries across 48 versions & 17 rubygems