Sha256: 2e17c119d8656f6b41a5a5649414dad4d2b9de425c1fa8c19a3ce64f2653a8a9
Contents?: true
Size: 232 Bytes
Versions: 14
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true # Add location to app instance class AddLocationToAppInstance < ActiveRecord::Migration[6.0] def change add_column :app_instances, :location_id, :integer, :null => true, :index => true end end
Version data entries
14 entries across 14 versions & 1 rubygems