I have one environment X and I need to copy its layout to environment Y, but after the copy the layout of environment X doesn’t change.
But the very same copy (from the environment X) works fine if the layout is copied to another environment. It looks like just the Y environment can’t receive the copy.
Expected behavior
After receiving the copy confirmation email (subject: “Copy environment layout success”), the Y environment is expected to be equal to X
Actual behavior
Y is not updated. The collection “Bookings” has a different column ordering:
Source (correct, desired result):
Destination (unchanged, different from original):
Failure Logs
none
Context
-
Package Version:
"forest-express-sequelize": "^6.3.8" -
Express Version:
"express": "~4.17.1" -
Sequelize Version:
"sequelize": "^5.22.3" -
Database Dialect: postgres
-
Database Version: 12
-
Project Name: Sailsquare
-
X (source) environment name:
stg-datamix[...] -
X (destination) environment name:
dev-datamix[...]



