migrate_links
Scan and migrate all existing notes to populate link tables in Flint Note. This one-time tool ensures accurate note connections, even if link tables contain data, by optionally forcing migration.
Instructions
Scan all existing notes and populate the link tables (one-time migration)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
force | No | Force migration even if link tables already contain data |
Input Schema (JSON Schema)
{
"properties": {
"force": {
"default": false,
"description": "Force migration even if link tables already contain data",
"type": "boolean"
}
},
"type": "object"
}