Sha256: 37ab145abb69661aafec2da7c08ff70891bd5b988bc7d81da3e88169260d610b

Contents?: true

Size: 233 Bytes

Versions: 2

Compression:

Stored size: 233 Bytes

Contents

# typed: true
class AddFieldsToAppDetectionAnalysis < ActiveRecord::Migration[6.0]
  def change
    add_column :app_detection_analyses, :app_type, :text
    add_column :app_detection_analyses, :jester_os_global_path, :text
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
ezii-browser-1.0.0 server/redux-os/db/migrate/20191001094718_add_fields_to_app_detection_analysis.rb
mega-os-1.0.0 db/migrate/20191001094718_add_fields_to_app_detection_analysis.rb