Skip to content

Commit

Permalink
feature: migrate provider log id pointer to evaluation provider log i…
Browse files Browse the repository at this point in the history
…d column (#547)
  • Loading branch information
geclos authored Nov 5, 2024
1 parent 388e4a4 commit 899329c
Show file tree
Hide file tree
Showing 3 changed files with 3,279 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/core/drizzle/0095_optimal_machine_man.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- Custom SQL migration file, put you code below! --
-- Update evaluation_results table to copy provider_log_id values to evaluation_provider_log_id
UPDATE evaluation_results
SET evaluation_provider_log_id = provider_log_id
WHERE provider_log_id IS NOT NULL;
Loading

0 comments on commit 899329c

Please sign in to comment.