Relist a security

I have a futures DB, I noticed that when collecting historical data QR was requesting info for a lot of contracts that had already expired. I update the DB daily so I have all the previous data for these contracts. I decided to manually delist all the contracts that have already expired to make the collect process run quicker. Is there any way to relist a security in case I realize I am missing some data?

Thanks,

Walter

sqlite3 /var/lib/quantrocket/quantrocket.master.main.sqlite 'DELETE FROM Delisted WHERE ConId = 12345'