forked from bofh/fetsite
Merge branch 'master' of https://github.com/andreassteph/fetsite
This commit is contained in:
7
db/migrate/20130825095438_add_columns_to_users.rb
Normal file
7
db/migrate/20130825095438_add_columns_to_users.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class AddColumnsToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :provider, :string
|
||||
add_column :users, :uid, :string
|
||||
add_column :users, :name, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user