Sha256: 4f66b022a8684a2333906d513490e6f1749c36aee54b576bd43ac130f058612a
Contents?: true
Size: 261 Bytes
Versions: 151
Compression:
Stored size: 261 Bytes
Contents
class AddMostRecentToAgentImportFileTransitions < ActiveRecord::Migration[4.2] 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
151 entries across 151 versions & 21 rubygems