Sha256: 3f0017a35b6437cc4b027a9f5da1f40ecb69972c9724e92a5e99937c86c513b6
Contents?: true
Size: 276 Bytes
Versions: 25
Compression:
Stored size: 276 Bytes
Contents
# frozen_string_literal: true # This migration comes from spree_api (originally 20120530054546) class RenameApiKeyToSpreeApiKey < ActiveRecord::Migration[4.2] def change unless defined?(User) rename_column :spree_users, :api_key, :spree_api_key end end end
Version data entries
25 entries across 25 versions & 9 rubygems