Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 09:55
· 17 commits to main since this release

Updated for the Directus 11.

Migration guide:

  1. First update to Directus 11, including running npx directus database migrate:latest
  2. Then install schema-sync npm install directus-extension-schema-sync@latest -S
  3. Then copy the new configuration for policies and access, as well as the updated config for permissions and roles from node_modules/directus-extension-schema-sync/install/schema-sync/directus_config.js
  4. Paste the updated configuration into your ./schema-sync/directus_config.js file
  5. Finally run npx directus schema-sync export to generate a new snapshot with the latest schema 🎉

Full Changelog: v2.1.2...3.0.0