Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Can find and delete old ones like so: SELECT COUNT(*) from pg_indexes WHERE indexname LIKE '%internal%' AND indexname NOT LIKE '%internalv2%';
- Loading branch information