Show More
Commit Description:
update to 3.1.0, update rdoc
Commit Description:
update to 3.1.0, update rdoc
File last commit:
Show/Diff file:
Action:
db/migrate/20150503164846_change_userid_on_login.rb | 9 lines | 180 B | text/x-ruby | RubyLexer |
class ChangeUseridOnLogin < ActiveRecord::Migration
def up
change_column :logins, :user_id, :integer
end
def down
change_column :logins, :user_id, :string
end
end