Sha256: 6dc4cce6f1f4a4bc883f4450aac8166c82ef45b8488b97317b258a4632a106dd
Contents?: true
Size: 239 Bytes
Versions: 13
Compression:
Stored size: 239 Bytes
Contents
# This migration comes from spree_api (originally 20120411123334) class ResizeApiKeyField < ActiveRecord::Migration def change unless defined?(User) change_column :spree_users, :api_key, :string, :limit => 48 end end end
Version data entries
13 entries across 13 versions & 6 rubygems