Skip to content

Commit

Permalink
20.4.6 SHQ23-1381 Remove table on module uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
wsajosh committed Jan 23, 2024
1 parent 5b930d7 commit 006440a
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-PUBLIC.MD
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,7 @@ SHQ23-433 Better handling of zero conditions
SHQ23-1431 Update readme


## 20.4.6 (2024-01-23)
SHQ23-1381 Remove table on module uninstall


4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,7 @@ SHQ23-433 Better handling of zero conditions
SHQ23-1431 Update readme


## 20.4.6 (2024-01-23)
SHQ23-1381 Remove table on module uninstall


2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webshopapps/module-matrixrate",
"description": "Magento Shipping Multiple Table Rates - MatrixRate",
"version": "20.4.5",
"version": "20.4.6",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webshopapps/module-matrixrate",
"description": "Magento Shipping Multiple Table Rates - MatrixRate",
"version": "20.4.5",
"version": "20.4.6",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
23 changes: 23 additions & 0 deletions src/etc/db_schema_whitelist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"webshopapps_matrixrate": {
"column": {
"pk": true,
"website_id": true,
"dest_country_id": true,
"dest_region_id": true,
"dest_city": true,
"dest_zip": true,
"dest_zip_to": true,
"condition_name": true,
"condition_from_value": true,
"condition_to_value": true,
"price": true,
"cost": true,
"shipping_method": true
},
"constraint": {
"PRIMARY": true,
"UNQ_1F88ACC89F513C4E6FE1FEEAD343B921": true
}
}
}

0 comments on commit 006440a

Please sign in to comment.