Sha256: f4c2a40771df41902f94287c56f4d1ab01f811d76be8f6b6d50fd616b250b07f

Contents?: true

Size: 140 Bytes

Versions: 6

Compression:

Stored size: 140 Bytes

Contents

class AddExternalToUser < ActiveRecord::Migration[4.2]
  def change
    add_column :users, :third_party, :boolean, default: false
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
mobilart_models-1.2.14 db/migrate/20151201145832_add_external_to_user.rb
thecore-1.3.24 db/migrate/20151201145832_add_external_to_user.rb
thecore-1.3.23 db/migrate/20151201145832_add_external_to_user.rb
thecore-1.3.22 db/migrate/20151201145832_add_external_to_user.rb
thecore-1.3.21 db/migrate/20151201145832_add_external_to_user.rb
thecore-1.3.20 db/migrate/20151201145832_add_external_to_user.rb