Sha256: d8ba2482076de0c69ab9d8359a1e23d5838e720b7bbdd91ae60980c3a84c69f3
Contents?: true
Size: 330 Bytes
Versions: 17
Compression:
Stored size: 330 Bytes
Contents
begin ActiveRecord::Base.connection.execute("select owner_id, owner_type, name, value from spree_preferences where `key` is null").each do |pref| warn "[WARNING] Orphaned preference `#{pref[2]}` with value `#{pref[3]}` for #{pref[1]} with id of: #{pref[0]}, you should reset the preference value manually." end rescue end
Version data entries
17 entries across 17 versions & 1 rubygems