Column not showing on prod

Expected behavior

After adding a new column to my database, I’ve updated my dev env sequelize model, run the app, and the column was visible and behaving correctly…
The .forestadmin-schema.json was correctly modified and was included in the prod build. I expected the column to show on prod and dev envs.

Actual behavior

The column is not present in any env except dev one.

Failure Logs

None

Context

Please provide any relevant information about your setup.

  • Package Version: 7.5.0
  • Express Version: 4.16.4
  • Sequelize Version: 4.22.0
  • Database Dialect: MySQL
  • Database Version: 5.7.28
  • Project Name: Blueboard’s Backoffice

Hey @sganon,

My guess here is that you might have added this column during the recent incident we had this morning.
Maybe we can try something: Could you do a quick check on production and tell me if your newly added column appears?

Thanks in advance

It’s ok in Production env but not my Staging env, Should I do something.

Thanks for your help :slight_smile:

Oh it just appeared now.

Thank you very much :smiley:

1 Like

I checked again your Staging environment, it should be updated now.

If you encounter this issue again on another environment, a possible workaround could be to trigger a layout modification (Like hiding and displaying a column), and your layout should be updated automatically (With your newly added field)

Sorry for the inconvenience :pray:

(Closing, since it seems fixed on your end. Don’t hesitate to open a new thread in case you still encounters any issue)