Sha256: 26e1496ab77440144f1a136f38d73a2daa95a23dbacc92e8fff896c980727aa4
Contents?: true
Size: 202 Bytes
Versions: 63
Compression:
Stored size: 202 Bytes
Contents
# frozen_string_literal: true class ResizeApiKeyField < ActiveRecord::Migration[4.2] def up unless defined?(User) change_column :spree_users, :api_key, :string, limit: 48 end end end
Version data entries
63 entries across 63 versions & 1 rubygems