Client side atproto account migrator in your web browser, along with services for backups and adversarial migrations. pdsmoover.com
pds atproto migrations moo cow
at feat/batch-one-qol 6 lines 262 B view raw
1-- Drop indices first (they will be dropped automatically with the table as well, but explicit for clarity) 2DROP INDEX IF EXISTS idx_missing_blobs_created_date; 3DROP INDEX IF EXISTS uq_missing_blobs_did_cid; 4 5-- Drop the table 6DROP TABLE IF EXISTS missing_blobs;