v1.6.3
Version 1.6.3
- Add
linkedFields
to fix inserting ordered items that might depend on each other.- Specifically fixes importing of flow operations, update the directus_config and add
linkedFields
.
{ directus_operations: { watch: ['operations'], excludeFields: ['user_created'], linkedFields: ['resolve', 'reject'], query: { filter: { flow: { trigger: { _neq: 'webhook' } }, }, }, }, }
- Specifically fixes importing of flow operations, update the directus_config and add
- Also fix auto IMPORT issue when mv_ts is null.
Other changes
- add functions for forcing auto increment (serial data type) on postgres by @adelinn in #17
- chore: add publish pipeline by @adelinn in #21
Changelog: https://github.com/bcc-code/directus-schema-sync/blob/main/CHANGELOG.md
Full Code Diff: 1.6.2...v1.6.3