Drop nostr_last_checked table, remove references (#647)

* cdk-sqlite: Drop unused table nostr_last_checked

* cdk-rexie: Drop unused object store nostr_last_checked

* cdk-redb: Remove unused table ref nostr_last_checked
This commit is contained in:
ok300
2025-03-10 14:37:20 +01:00
committed by GitHub
parent 1d4245549b
commit 1131711d91
3 changed files with 2 additions and 55 deletions

View File

@@ -0,0 +1 @@
DROP TABLE IF EXISTS nostr_last_checked;