Sha256: 88573c32d32e4f965bf6e8715e86987e56fdc6d20e7364996a760094039f1b9c
Contents?: true
Size: 175 Bytes
Versions: 32
Compression:
Stored size: 175 Bytes
Contents
class AddPermanentIdToEvents < ActiveRecord::Migration def change change_table :events do |t| t.string :permanent_id t.index :permanent_id end end end
Version data entries
32 entries across 32 versions & 1 rubygems