Old tables are not deleted
Description
Environment
None
Potential Workaround
None
Checklist
hideActivity
Show:
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