Sha256: b4308c8dbff6d7e9bf664b857ce1920a215c19cae4a215ee6dd3b1fe9dcc8ade
Contents?: true
Size: 140 Bytes
Versions: 1
Compression:
Stored size: 140 Bytes
Contents
class AddParentIdToRolesTable < ActiveRecord::Migration def change add_column :roles, :parent_id, :integer, :default => nil end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
authengine-0.0.2 | db/migrate/20110924165900_add_parent_id_to_roles_table.rb |