Gab Social. All are welcome.
This commit is contained in:
5
db/migrate/20170414132105_add_language_to_statuses.rb
Normal file
5
db/migrate/20170414132105_add_language_to_statuses.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddLanguageToStatuses < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :statuses, :language, :string, null: false, default: 'en'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user