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 |
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 class ChangeUserLoginStringLimit < ActiveRecord::Migration
def self.up
execute "ALTER TABLE `users` CHANGE `login` `login` VARCHAR( 50 )"
end
def self.down
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 # don't have to revert
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 end
end