Closed
Bug 1929375
Opened 1 year ago
Closed 1 year ago
Fix schema::clear_database() and add a migration
Categories
(Application Services :: Suggest, defect, P1)
Application Services
Suggest
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: adw, Assigned: adw)
References
Details
(Whiteboard: [sng-cityweather])
Attachments
(1 file)
We found that schema::clear_database() doesn't clear ingested_records or rs_cache, so after doing a migration that calls it, on the next ingest the store will think it's already ingested everything and won't actually ingest, even though the DB is (mostly) empty. There may be a better way to fix this but for now I have a patch that adds some missing tables.
Updated•1 year ago
|
Comment 1•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•