class AddFieldsToAppDetectionAnalysis
typed: true
Public Instance Methods
change()
click to toggle source
# File server/redux-os/db/migrate/20191001094718_add_fields_to_app_detection_analysis.rb, line 3 def change add_column :app_detection_analyses, :app_type, :text add_column :app_detection_analyses, :jester_os_global_path, :text end