Gab Social. All are welcome.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddChosenLanguagesToUsers < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :users, :chosen_languages, :string, array: true, null: true, default: nil
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user