Ticket Hash: | 6e15e1a4ca596e927ca0d54d442c814a6a902e48 | |||
Title: | Add db clean up routing | |||
Status: | Closed | Type: | Feature_Request | |
Severity: | Minor | Priority: | Immediate | |
Subsystem: | Resolution: | Fixed | ||
Last Modified: | 2015-07-07 23:40:15 | |||
Version Found In: | v1.34 | |||
Description: | ||||
Add db clean up routing
- remove orphaned records ?????? sqlite> select count(id) from test_steps where test_id not in (select id from tests); 1666 sqlite> select count(id) from tests where run_id not in (select id from runs); | ||||
User Comments: | ||||
matt added on 2015-07-08 05:40:15:
Handled by "megatest -cleanup-db" |