Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(migrations): update provider_logs with workspace_id from provide…
…r_api_keys This commit introduces a new SQL migration that updates the `workspace_id` field in the `provider_logs` table by joining it with the `provider_api_keys` table. The update is performed only for records where `workspace_id` is currently NULL. This ensures that all provider logs are correctly associated with their respective workspaces, improving data consistency and integrity. Additionally, the corresponding snapshot and journal files have been updated to reflect this migration.
- Loading branch information