solidus_mp_dois 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90f803a1f372ad8b44716330c8b1ba92229365693514a53e70d4d1b1e48f0d51
|
4
|
+
data.tar.gz: 25519fc77fca2cb3cbbb65d523520dccb8ceea29d3b499d5167d9bce1ebaab69
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8ee20cc3151d400aa0909fe82fd6cf493ea56dc7218ce33161e6a37636ea39a8707762ef78697db33e208ee2d19e7a5ff09b2fc4824ea942bdc79706a7c5971
|
7
|
+
data.tar.gz: aae90029ca3297a4d3312d2d673ad4d5d5168641e225191927a1a34863920a624acdcb60f7cf30f50bd0d2cd39b788028138086771b537aed2ff1603de0482b4
|
@@ -1,4 +1,4 @@
|
|
1
|
-
class RemoveSolidusMpDoisCustomerForeignKey < ActiveRecord::Migration[
|
1
|
+
class RemoveSolidusMpDoisCustomerForeignKey < ActiveRecord::Migration[7.1]
|
2
2
|
def change
|
3
3
|
# Removi a foreign key com a tabela spree_users pois atualmente algumas lojas usam modelos diferentes (User e Spree::User)
|
4
4
|
remove_foreign_key :solidus_mp_dois_customers, :spree_users
|