Add some handy tools

This commit is contained in:
Eli Ribble 2026-01-14 22:18:11 +00:00
parent c44fe26cdf
commit 35721e7fa6
No known key found for this signature in database
3 changed files with 74 additions and 0 deletions

7
tools/README.md Normal file
View file

@ -0,0 +1,7 @@
# Tools
Useful for doing one-off developer types of work. Can be run with:
```
psql -d nidus-sync -v org_id=3 -f tools/delete-org.sql
```