Database
Migrations
Apply pending database migrations:
pnpm cli db:migrateMigrations also run automatically on pnpm build.
Statistics
View database statistics:
pnpm cli statsShows:
- Total usage records
- Records per provider
- Date range of data
- Top users by token count
Fix Duplicates
Remove duplicate usage records (rare, but can happen from sync issues):
# Dry run - see what would be deletedpnpm cli fix:duplicates
# Execute the cleanuppnpm cli fix:duplicates --execute