Sha256: 456a10929778bcc6e41f7eeff6b17b8b6ef8f12e0783f15525c97dbd28fbbeb3
Contents?: true
Size: 277 Bytes
Versions: 10
Compression:
Stored size: 277 Bytes
Contents
# frozen_string_literal: true # This migration comes from spree_api (originally 20120411123334) class ResizeApiKeyField < ActiveRecord::Migration[4.2] def up if table_exists?(:spree_users) change_column :spree_users, :api_key, :string, limit: 48 end end end
Version data entries
10 entries across 10 versions & 2 rubygems