mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-15 03:38:08 +01:00
No point in changing the name of the OpenID identity column in users table. Use the existing one.
This commit is contained in:
parent
c46e5a9e1d
commit
611a53e668
5 changed files with 19 additions and 23 deletions
|
|
@ -12,8 +12,6 @@ class UpgradeOpenId < ActiveRecord::Migration
|
|||
t.string :salt, :null => false
|
||||
end
|
||||
|
||||
add_column :users, :identity_url, :string
|
||||
|
||||
drop_table :open_id_associations
|
||||
drop_table :open_id_nonces
|
||||
drop_table :open_id_settings
|
||||
|
|
@ -41,7 +39,5 @@ class UpgradeOpenId < ActiveRecord::Migration
|
|||
t.string "setting"
|
||||
t.binary "value"
|
||||
end
|
||||
|
||||
remove_column :users, :identity_url
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue