From 4db96bde4a4ff969a765941b1406dfc8a6be0e06 Mon Sep 17 00:00:00 2001 From: DanK894 Date: Fri, 12 Jul 2024 10:39:11 +0300 Subject: [PATCH 1/4] magento/magento2#38585: Database tables with primary column having signed instead of unsigned definition which is loss of usable values - changed unsigned attribute for value_id column for tables from original list + catalog_category_entity_datetime customer_address_entity_datetime --- app/code/Magento/Catalog/etc/db_schema.xml | 24 ++++++++++----------- app/code/Magento/Customer/etc/db_schema.xml | 20 ++++++++--------- app/code/Magento/Eav/etc/db_schema.xml | 10 ++++----- app/code/Magento/Weee/etc/db_schema.xml | 2 +- 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/app/code/Magento/Catalog/etc/db_schema.xml b/app/code/Magento/Catalog/etc/db_schema.xml index b564ffa3e6529..387e3d160954a 100644 --- a/app/code/Magento/Catalog/etc/db_schema.xml +++ b/app/code/Magento/Catalog/etc/db_schema.xml @@ -34,7 +34,7 @@ - @@ -69,7 +69,7 @@
- @@ -105,7 +105,7 @@
- @@ -146,7 +146,7 @@
- @@ -181,7 +181,7 @@
- @@ -216,7 +216,7 @@
- @@ -284,7 +284,7 @@
- @@ -322,7 +322,7 @@
- @@ -361,7 +361,7 @@
- @@ -400,7 +400,7 @@
- @@ -438,7 +438,7 @@
- @@ -763,7 +763,7 @@
- diff --git a/app/code/Magento/Customer/etc/db_schema.xml b/app/code/Magento/Customer/etc/db_schema.xml index 0a57cdd5416c6..feb0714a7998b 100644 --- a/app/code/Magento/Customer/etc/db_schema.xml +++ b/app/code/Magento/Customer/etc/db_schema.xml @@ -125,7 +125,7 @@
- @@ -156,7 +156,7 @@
- @@ -187,7 +187,7 @@
- @@ -219,7 +219,7 @@
- @@ -245,7 +245,7 @@
- @@ -275,7 +275,7 @@
- @@ -305,7 +305,7 @@
- @@ -336,7 +336,7 @@
- @@ -367,7 +367,7 @@
- @@ -392,7 +392,7 @@
- diff --git a/app/code/Magento/Eav/etc/db_schema.xml b/app/code/Magento/Eav/etc/db_schema.xml index 6e2de258fcf17..226b19acbdd46 100644 --- a/app/code/Magento/Eav/etc/db_schema.xml +++ b/app/code/Magento/Eav/etc/db_schema.xml @@ -74,7 +74,7 @@
- @@ -114,7 +114,7 @@
- @@ -155,7 +155,7 @@
- @@ -195,7 +195,7 @@
- @@ -232,7 +232,7 @@
- diff --git a/app/code/Magento/Weee/etc/db_schema.xml b/app/code/Magento/Weee/etc/db_schema.xml index b161c6b07a821..32a37af1624f7 100644 --- a/app/code/Magento/Weee/etc/db_schema.xml +++ b/app/code/Magento/Weee/etc/db_schema.xml @@ -8,7 +8,7 @@
- From 67278abb3de85a0b4f8d64a886a2b823457d3cfb Mon Sep 17 00:00:00 2001 From: DanK894 Date: Sun, 15 Sep 2024 01:25:46 +0300 Subject: [PATCH 2/4] magento/magento2#38585: Database tables with primary column having signed instead of unsigned definition which is loss of usable values - changed unsigned attribute for primary columns --- app/code/Magento/Catalog/etc/db_schema.xml | 2 +- app/code/Magento/Cms/etc/db_schema.xml | 4 ++-- app/code/Magento/Customer/etc/db_schema.xml | 2 +- app/code/Magento/LoginAsCustomerLog/etc/db_schema.xml | 2 +- app/code/Magento/Tax/etc/db_schema.xml | 10 +++++----- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/code/Magento/Catalog/etc/db_schema.xml b/app/code/Magento/Catalog/etc/db_schema.xml index 387e3d160954a..deb25cacd9f81 100644 --- a/app/code/Magento/Catalog/etc/db_schema.xml +++ b/app/code/Magento/Catalog/etc/db_schema.xml @@ -476,7 +476,7 @@
- diff --git a/app/code/Magento/Cms/etc/db_schema.xml b/app/code/Magento/Cms/etc/db_schema.xml index f2decc7c10db8..14b29d3c6e0f0 100644 --- a/app/code/Magento/Cms/etc/db_schema.xml +++ b/app/code/Magento/Cms/etc/db_schema.xml @@ -8,7 +8,7 @@
- @@ -48,7 +48,7 @@
- diff --git a/app/code/Magento/Customer/etc/db_schema.xml b/app/code/Magento/Customer/etc/db_schema.xml index feb0714a7998b..d6063223d6e1c 100644 --- a/app/code/Magento/Customer/etc/db_schema.xml +++ b/app/code/Magento/Customer/etc/db_schema.xml @@ -529,7 +529,7 @@
- diff --git a/app/code/Magento/LoginAsCustomerLog/etc/db_schema.xml b/app/code/Magento/LoginAsCustomerLog/etc/db_schema.xml index c808e7a1d6b1d..bdbce3d1b5a12 100644 --- a/app/code/Magento/LoginAsCustomerLog/etc/db_schema.xml +++ b/app/code/Magento/LoginAsCustomerLog/etc/db_schema.xml @@ -7,7 +7,7 @@ -->
- + diff --git a/app/code/Magento/Tax/etc/db_schema.xml b/app/code/Magento/Tax/etc/db_schema.xml index b38cfa2f6a70a..d820f719f7fb1 100644 --- a/app/code/Magento/Tax/etc/db_schema.xml +++ b/app/code/Magento/Tax/etc/db_schema.xml @@ -8,7 +8,7 @@
-
-
-
- @@ -115,7 +115,7 @@
- From f937f06df9f1631086ed3e6337f97a32e355e0c4 Mon Sep 17 00:00:00 2001 From: DanK894 Date: Tue, 17 Sep 2024 18:45:46 +0300 Subject: [PATCH 3/4] magento/magento2#38585: Database tables with primary column having signed instead of unsigned definition which is loss of usable values - rollback of unsigned attribute for main columns in app/code/Magento/Tax/etc/db_schema.xml due to test errors --- app/code/Magento/Tax/etc/db_schema.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/code/Magento/Tax/etc/db_schema.xml b/app/code/Magento/Tax/etc/db_schema.xml index d820f719f7fb1..b38cfa2f6a70a 100644 --- a/app/code/Magento/Tax/etc/db_schema.xml +++ b/app/code/Magento/Tax/etc/db_schema.xml @@ -8,7 +8,7 @@
-
-
-
- @@ -115,7 +115,7 @@
- From ce9cbf99d33db88c04570ef6948b5a8ba6fb278f Mon Sep 17 00:00:00 2001 From: DanK894 Date: Tue, 17 Sep 2024 21:32:38 +0300 Subject: [PATCH 4/4] magento/magento2#38585: Database tables with primary column having signed instead of unsigned definition which is loss of usable values - rollback of unsigned attribute for main columns in app/code/Magento/Cms/etc/db_schema.xml due to test errors --- app/code/Magento/Cms/etc/db_schema.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/code/Magento/Cms/etc/db_schema.xml b/app/code/Magento/Cms/etc/db_schema.xml index 14b29d3c6e0f0..f2decc7c10db8 100644 --- a/app/code/Magento/Cms/etc/db_schema.xml +++ b/app/code/Magento/Cms/etc/db_schema.xml @@ -8,7 +8,7 @@
- @@ -48,7 +48,7 @@
-