mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-10-21 17:29:59 +00:00
done brand
This commit is contained in:
8
db/migrate/20180830100110_add_columns_to_users.rb
Normal file
8
db/migrate/20180830100110_add_columns_to_users.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class AddColumnsToUsers < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :users, :language, :string
|
||||
add_column :users, :caption_font, :string
|
||||
add_column :users, :caption_font_size, :integer
|
||||
add_column :users, :enable_transcript, :boolean
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user