Sha256: fd02f4328cffb034458b0030a84c1b44172db732ea0b272ef7f1bb403d1737a7
Contents?: true
Size: 147 Bytes
Versions: 1
Compression:
Stored size: 147 Bytes
Contents
class AddColumnInactiveToPeople < ActiveRecord::Migration def change add_column :unico_people, :inactive, :boolean, default: false end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unico-training-7.8.0 | db/migrate/20130425134838_add_column_inactive_to_people.rb |