Sha256: 18efd290682689bf349830a9370d4daf02c38f987285ffdcf1552307bd183d94
Contents?: true
Size: 171 Bytes
Versions: 11
Compression:
Stored size: 171 Bytes
Contents
class AddApiKeyToSpreeUsers < ActiveRecord::Migration def change unless defined?(User) add_column :spree_users, :api_key, :string, limit: 40 end end end
Version data entries
11 entries across 11 versions & 1 rubygems