Sha256: 13942bdf350659a305b5084dc7f5c1c8ea6a21961de498a5f84b7f47f05caa82
Contents?: true
Size: 285 Bytes
Versions: 10
Compression:
Stored size: 285 Bytes
Contents
# frozen_string_literal: true # This migration comes from spree_api (originally 20120530054546) class RenameApiKeyToSpreeApiKey < ActiveRecord::Migration[4.2] def change if table_exists?(:spree_users) rename_column :spree_users, :api_key, :spree_api_key end end end
Version data entries
10 entries across 10 versions & 2 rubygems