Merge Project Db
merge_project_dbMerge an external SQLite database file into the project's database, automatically resolving conflicts by preserving the most recently updated entries.
Instructions
Merge an external sqlite database file into the existing project database, resolving conflicts by keeping the newer updated_at nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Optional. If true, commits the merge even if circular dependencies are introduced. | |
| project | No | Optional project identifier. | |
| sourcePath | Yes | The absolute path to the source database file to merge from. |