##// END OF EJS Templates
Added identity_url to User. #699...
Eric Davis -
r2379:dbf02e2654db
parent child
Show More
@@ -0,0 +1,9
1 class AddIdentityUrlToUsers < ActiveRecord::Migration
2 def self.up
3 add_column :users, :identity_url, :string
4 end
5
6 def self.down
7 remove_column :users, :identity_url
8 end
9 end
General Comments 0
You need to be logged in to leave comments. Login now