solidus_core 2.11.6 → 2.11.7
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of solidus_core might be problematic. Click here for more details.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4d85b2e48b45c5f20a8de9e1152813de4731e283946bb69c1bef2c01b8b9455
|
4
|
+
data.tar.gz: 78b9982563a8722a9892313dc8c3a4f2631d291679cad631c482c13b25279090
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae52ba5c560040d3e6096d129dafc377b59de4ac7a536728f28c5099846d727e511ae2604f72f47473117cdc25e6b69e3aa690aeecc3df9d57a66b592cd73b80
|
7
|
+
data.tar.gz: 2662be65dd3122d1f35bbd272b2b341ec4a54f123bde9acadb5145b726164a8bed4b4956d62c9577527ce9f130c040ffff0958bd576525c29eb7690d7bbf8ea6
|
data/lib/spree/core/version.rb
CHANGED
@@ -6,7 +6,7 @@ namespace :solidus do
|
|
6
6
|
task up: :environment do
|
7
7
|
print "Migrating default billing addresses to address book ... "
|
8
8
|
if Spree::UserAddress.where(default_billing: true).any?
|
9
|
-
Spree
|
9
|
+
Spree.user_class.joins(:bill_address).update_all(bill_address_id: nil) # rubocop:disable Rails/SkipsModelValidations
|
10
10
|
end
|
11
11
|
adapter_type = Spree::Base.connection.adapter_name.downcase.to_sym
|
12
12
|
if adapter_type == :mysql2
|