Sha256: a2abd7cf95bd8db16a9927c2215f2493c2f0825b8859fa8777a50091868b4c58
Contents?: true
Size: 273 Bytes
Versions: 25
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true # This migration comes from spree_api (originally 20100107141738) 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
25 entries across 25 versions & 9 rubygems