Added identity_url to User. #699
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2440 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ca3960dee5
commit
dbf02e2654
9
db/migrate/108_add_identity_url_to_users.rb
Normal file
9
db/migrate/108_add_identity_url_to_users.rb
Normal file
@ -0,0 +1,9 @@
|
||||
class AddIdentityUrlToUsers < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :users, :identity_url, :string
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :users, :identity_url
|
||||
end
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user