Sha256: 466091984aabec5cce1d3fe4fc220f1bc57f144dfd39d7136546bcca5f938437
Contents?: true
Size: 262 Bytes
Versions: 25
Compression:
Stored size: 262 Bytes
Contents
# frozen_string_literal: true # This migration comes from spree_api (originally 20131017162334) class AddIndexToUserSpreeApiKey < ActiveRecord::Migration[4.2] def change unless defined?(User) add_index :spree_users, :spree_api_key end end end
Version data entries
25 entries across 25 versions & 9 rubygems