sojorn/go-backend/internal/database/migrations
Patrick Britton b76154be3a Fix UUID casting issues in post, notification, and category repositories
- Replace NULLIF with CASE WHEN for proper UUID casting
- Fix missing ::uuid casting in WHERE clauses
- Resolve 'operator does not exist: uuid = text' errors
- Focus on post_repository.go, notification_repository.go, and category_repository.go
2026-01-31 13:55:59 -06:00
..
000001_initial_schema.down.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
000001_initial_schema.up.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
000002_e2ee_chat.down.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
000002_e2ee_chat.up.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
000003_e2ee_backup_recovery.up.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
000003_session_persistence.down.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
000003_session_persistence.up.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260126000001_add_official_accounts.down.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260126000001_add_official_accounts.up.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260126000002_auth_revamp_v2.down.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260126000002_auth_revamp_v2.up.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260126000003_create_user_category_settings.down.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260126000003_create_user_category_settings.up.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260126000004_create_users_table.down.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260126000004_create_users_table.up.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260126000005_fix_posts_schema.down.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260126000005_fix_posts_schema.up.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260126000006_profile_onboarding.down.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260126000006_profile_onboarding.up.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260126000007_auth_security.down.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260126000007_auth_security.up.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260126000008_fix_media_urls.down.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260126000008_fix_media_urls.up.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260127000001_add_status_and_privacy.down.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260127000001_add_status_and_privacy.up.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260127000002_optimize_e2ee_schema.up.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260128000001_add_message_header.down.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260128000001_add_message_header.up.sql Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
20260131000001_add_post_reactions.down.sql Fix UUID casting issues in post, notification, and category repositories 2026-01-31 13:55:59 -06:00
20260131000001_add_post_reactions.up.sql Fix UUID casting issues in post, notification, and category repositories 2026-01-31 13:55:59 -06:00