projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use th tags on trace show table
[rails.git]
/
db
/
migrate
/
032_add_user_locale.rb
diff --git
a/db/migrate/032_add_user_locale.rb
b/db/migrate/032_add_user_locale.rb
index de3654775a7d06cf5439b2c9dd6cc0e4f9782080..54c2eb2585d342050060e256a7d8aaa02b3b12bc 100644
(file)
--- a/
db/migrate/032_add_user_locale.rb
+++ b/
db/migrate/032_add_user_locale.rb
@@
-1,4
+1,4
@@
-class AddUserLocale < ActiveRecord::Migration
+class AddUserLocale < ActiveRecord::Migration
[4.2]
def self.up
add_column "users", "locale", :string
end