Migration

Migrating to 0.87.0

In this verison, we updated the airtable pod format to be a dictionary instead of a single value. To migrate, run the following doctor command in all affected hierarchies

  • this will add Airtable pod metadata in the frontmatter of your note under pods namespace.
pods:
  airtable:
    <pod-id>: "airtableId"

After doctor has run, it will convert all scalar airtable destinations to the new value. Note that this doesn't fix any linkedRecord attributes. If you have linkedRecords, you need to manually update the pod config with a podId


Backlinks