Old tables are not deleted
Description
Environment
None
Potential Workaround
None
Checklist
hideActivity
Show:

Serhii_Nosko April 26, 2024 at 6:20 AM
Verified on Thunderjet Rancher, looks good.
These table are deleted in mod-finance-storage related PR:
fund_distribution
ledgerFY
order_transaction_summaries
temporary_order_transactions
invoice_transaction_summaries
temporary_invoice_transactions
temporary_invoice_payments
This table is deleted in mod-orders-storage related PR
acquisitions_unit_assignments
Closing this ticket.
Damien April 25, 2024 at 1:24 PM
OK, I’ll create a PR.

Serhii_Nosko April 25, 2024 at 1:20 PM
It’s simple change let’s do in scope of the same ticket
Damien April 25, 2024 at 1:14 PM
Note: there is another one in mod-orders-storage (acquisitions_unit_assignments). Not sure if it’s worth another ticket…
Done
Details
Assignee
Serhii_NoskoSerhii_NoskoReporter
DamienDamienLabels
Priority
TBDStory Points
0Sprint
NoneDevelopment Team
ThunderjetFix versions
Release
Ramsons (R2 2024)TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee

Reporter
Labels
Priority
Story Points
0
Sprint
None
Development Team
Thunderjet
Fix versions
Release
Ramsons (R2 2024)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created April 24, 2024 at 12:47 PM
Updated April 29, 2024 at 3:13 PM
Resolved April 26, 2024 at 6:21 AM
Old mod-finance-storage tables are not getting deleted when they should be. This is an RMB bug (see RMB-996), but there is a workaround.
Requirement:
Use workaround to get RMB to delete the tables
Approach:
Replace “
"mode": "DELETE"
" by “"mode": "delete"
" inschema.json
Keep only the
tableName
andmode
properties each table to delete, remove all the other properties