gohorsejobs/backend/internal/utils
Tiago Yamamoto 568b4ebb88 refactor: clean up legacy UUID v4, use UUID v7 everywhere
Migrations:
- 016, 017, 019: Replace gen_random_uuid() with uuid_generate_v7()
- All UUID tables now use custom uuid_generate_v7() function

Backend:
- Create internal/utils/uuid/uuid.go with V7() function (RFC 9562)
- Update storage_handler.go to use internal uuid.V7()
- Remove dependency on google/uuid for file naming

All new UUIDs in the system are now UUID v7 (time-ordered)
2025-12-24 11:29:55 -03:00
..
uuid refactor: clean up legacy UUID v4, use UUID v7 everywhere 2025-12-24 11:29:55 -03:00
jwt.go first commit 2025-12-09 19:04:48 -03:00
password.go first commit 2025-12-09 19:04:48 -03:00
sanitizer.go docs: complete project documentation overhaul 2025-12-09 19:36:36 -03:00
sanitizer_test.go docs: complete project documentation overhaul 2025-12-09 19:36:36 -03:00