add traductions
This commit is contained in:
5
db/migrate/20210424192800_add_locale_to_user.rb
Normal file
5
db/migrate/20210424192800_add_locale_to_user.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddLocaleToUser < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :users, :locale, :string, default: 'en-gb'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user