Sha256: 8e70aa6a3b7800df7298c63479b9cde776937811df842fd0494da68eaeb564d3
Contents?: true
Size: 241 Bytes
Versions: 3
Compression:
Stored size: 241 Bytes
Contents
# This migration comes from spree_api (originally 20120411123334) class ResizeApiKeyField < ActiveRecord::Migration[4.2] def change unless defined?(User) change_column :spree_users, :api_key, :string, limit: 48 end end end
Version data entries
3 entries across 3 versions & 2 rubygems