Skip to content

v1.6.3

Compare
Choose a tag to compare
@u12206050 u12206050 released this 05 Feb 12:52
· 48 commits to main since this release

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' } },
          },
        },
      },
    }
  • 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