2021-08-24, 12:55 PM
You really, really should have taken sub up on his two offers to look at the database. While there is a possibility that this was an orphan, this table is linked to many other tables.
From your sqlite tool I suggest trying
If that has a row you have more work to do.
Martin
From your sqlite tool I suggest trying
Code:
select * from channel_mapping where channel_oid not in
(select oid from channel)
If that has a row you have more work to do.
Martin