Show More
Commit Description:
fix bugs when user creation error
Commit Description:
fix bugs when user creation error
File last commit:
Show/Diff file:
Action:
db/migrate/20081215012843_change_user_login_string_limit.rb | 9 lines | 204 B | text/x-ruby | RubyLexer |
class ChangeUserLoginStringLimit < ActiveRecord::Migration
def self.up
execute "ALTER TABLE `users` CHANGE `login` `login` VARCHAR( 50 )"
end
def self.down
# don't have to revert
end
end