Edouard Demotes
Edouard Demotes
Hi @boo-code > Solution would be to run "SET FOREIGN_KEY_CHECKS=0;" before pushing to DB, and then "SET FOREIGN_KEY_CHECKS=1;" when push is done. But how to set these additional DB commands...
HI @bartrail There are 2 packages: - `directus-extension-sync` which is an extension for Directus (pre-installed in the Docker image) - `direcuts-sync` which is a CLI installed with NPX If you...
Hi @antontranelis @shadiramadan , The seed features was not designed to handle M2A relationships. I'm trying to figure out how I can implement this. For instance, I don't have any...
@Eggwise It's wreid because the `policies` is in the Collection enum used by Zod : https://github.com/tractr/directus-sync/blob/e647a2da35e8c6ca075d79eb60c8634f0e2fdf95/packages/cli/src/lib/services/config/schema.ts#L10 Did you use an old version of `directus-sync` (not `directus-extension-sync`) ?