Skip to content

23 fix invalid statuses#24

Merged
Anthony-Bible merged 2 commits into
masterfrom
23-fix-invalid-statuses
Dec 1, 2025
Merged

23 fix invalid statuses#24
Anthony-Bible merged 2 commits into
masterfrom
23-fix-invalid-statuses

Conversation

@Anthony-Bible
Copy link
Copy Markdown
Owner

No description provided.

Add migration migrations/000011_fix_indexed_status.{up,down}.sql to update existing
rows from 'indexed' to 'completed' (addresses #23). Update test fixtures to
use 'completed' in repository inserts to match the corrected status.
…r partitioned embeddings

- Renamed migration files to correct sequence:
  - 000005_create_batch_job_progress -> 000006
  - 000006_add_gemini_batch_job_id -> 000012
  - 000006_backfill_embeddings_metadata -> 000013
  - 000007_add_foreign_keys_to_partitioned_embeddings -> 000014
  - 000008_fix_partition_foreign_keys -> 000015
- Added rollback scripts:
  - migrations/000014_add_foreign_keys_to_partitioned_embeddings.down.sql (drops parent FK constraints)
  - migrations/000015_fix_partition_foreign_keys.down.sql (drops DEFERRABLE FKs from partitions and parent via dynamic SQL)
@Anthony-Bible Anthony-Bible merged commit 59afbfe into master Dec 1, 2025
@Anthony-Bible Anthony-Bible deleted the 23-fix-invalid-statuses branch December 1, 2025 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant