add per-user and per-session default_owner. refs #1415
[arvados.git] / db / migrate / 20130319235957_add_default_owner_to_users.rb
1 class AddDefaultOwnerToUsers < ActiveRecord::Migration
2   def change
3     add_column :users, :default_owner, :string
4   end
5 end