Sha256: a3a902d6b4f47d9d638735aa598f69a168f599231ebcb98288b196fe8d0821fc
Contents?: true
Size: 246 Bytes
Versions: 9
Compression:
Stored size: 246 Bytes
Contents
class RenamePatronImportFileImportedAtToExecutedAt < ActiveRecord::Migration def up rename_column :agent_import_files, :imported_at, :executed_at end def down rename_column :agent_import_files, :executed_at, :imported_at end end
Version data entries
9 entries across 9 versions & 1 rubygems