You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However this does not clear the system-cache. Due to this it might fetch incorrect data related to the schema.
In my case for example, I ran into an issue as it fetched old FK-Constraint names.
To prevent such issues, I suggest clearing the system-cache too. However, this option isn't available in the SDK yet, but should be coming soon: directus/directus#24397
The text was updated successfully, but these errors were encountered:
The
pull
,diff
andpush
commands each clear the cache at the beginning.directus-sync/packages/cli/src/lib/services/migration-client.ts
Lines 50 to 54 in e647a2d
However this does not clear the system-cache. Due to this it might fetch incorrect data related to the schema.
In my case for example, I ran into an issue as it fetched old FK-Constraint names.
To prevent such issues, I suggest clearing the system-cache too. However, this option isn't available in the SDK yet, but should be coming soon: directus/directus#24397
The text was updated successfully, but these errors were encountered: