Sha256: 7a4f8700e8e7d4354ad8bb8e4b1f37e62524ec6d4e2c5f9ce54358714982d461
Contents?: true
Size: 272 Bytes
Versions: 5
Compression:
Stored size: 272 Bytes
Contents
# frozen_string_literal: true # 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
5 entries across 5 versions & 3 rubygems