accounts/account
Haitao Pan 25e35d2223 feat(account): add database management targets to Makefile
- Add create-db-user: create database user and grant privileges
- Add db-reset: reset entire PostgreSQL cluster (dangerous operation)
- Update help text to document new database management commands

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-10 23:12:07 +08:00
..
api remove: remove internal/auth/mfa_service.go 2025-11-05 22:25:15 +08:00
cmd feat(auth): implement dual-layer token authentication with config support 2025-11-05 20:11:23 +08:00
config feat(auth): implement dual-layer token authentication with config support 2025-11-05 20:11:23 +08:00
internal cleanup(auth): remove test/docs files from internal/auth 2025-11-05 22:58:39 +08:00
scripts feat(db): add setup_postgres_local.sh for local PostgreSQL initialization 2025-10-30 15:35:13 +08:00
sql Fix public schema reset script (#511) 2025-10-13 13:07:52 +08:00
Makefile feat(account): add database management targets to Makefile 2025-11-10 23:12:07 +08:00