Sha256: ffa78c80fbd7e10254877f480ba16f148052b4c4e532ae0a6930430b2867f9ae

Contents?: true

Size: 176 Bytes

Versions: 181

Compression:

Stored size: 176 Bytes

Contents

class AddApiKeyToSpreeUsers < ActiveRecord::Migration[4.2]
  def change
    unless defined?(User)
      add_column :spree_users, :api_key, :string, limit: 40
    end
  end
end

Version data entries

181 entries across 181 versions & 4 rubygems

Version Path
solidus_api-2.0.0.beta1 db/migrate/20100107141738_add_api_key_to_spree_users.rb