Sha256: cc4bc34b6b6c0f257cfa655d9ee8d8ae39693d59fbfe9b73c9050c7df101ad0c

Contents?: true

Size: 151 Bytes

Versions: 2

Compression:

Stored size: 151 Bytes

Contents

class AddLocationDataToApidaeObjects < ActiveRecord::Migration[5.1]
  def change
    add_column :apidae_objects, :location_data, :jsonb
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
apidae-0.7.5 db/migrate/20180417164604_add_location_data_to_apidae_objects.rb
apidae-0.7.4 db/migrate/20180417164604_add_location_data_to_apidae_objects.rb