Describe the Bug
Exporting the schema in one instance and importing it in another doesn't move any model fields and does not allow for admin access.
To Reproduce
- Create an instance of Directus via Docker with custom Dockerfile installing
directus-extension-schema-sync, install it with docker compose exec -it directus_1 npx directus schema-sync install --force
- Create some models;
- Run
docker compose exec -it directus_1 npx directus schema-sync export-schema (in the first instance);
- Create another instance of Directus via Docker with the same custom Dockerfile;
- Run
docker compose exec -it directus_2 npx directus schema-sync export-schema (in the second instance);
- Access the admin panel of second instance.
I've put a git repo for easy reproduction with steps 1-4 already completed: https://github.com/tomekbuszewski/directus-schema-problem
Version
3.0.1
Installed Extension Via
Docker file
Describe the Bug
Exporting the schema in one instance and importing it in another doesn't move any model fields and does not allow for admin access.
To Reproduce
directus-extension-schema-sync, install it withdocker compose exec -it directus_1 npx directus schema-sync install --forcedocker compose exec -it directus_1 npx directus schema-sync export-schema(in the first instance);docker compose exec -it directus_2 npx directus schema-sync export-schema(in the second instance);I've put a git repo for easy reproduction with steps 1-4 already completed: https://github.com/tomekbuszewski/directus-schema-problem
Version
3.0.1
Installed Extension Via
Docker file