Project

General

Profile

Download (137 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddDefaultLocationIdToUsers < ActiveRecord::Migration
def change
add_column :users, :default_location_id, :integer
end
end
(191-191/282)