Schema not updated on Forest

We ran a few migrations, and the .forestadmin-schema file was updated locally.
When uploaded on our server, Forest didn’t take it into account and still queries our database with the former schema, thus causing 500 errors.

Failure Logs

500 error :> unknown column queried against our DB

Context

Please provide any relevant information about your setup.

  • Package Version:
  • Express Version:
  • Sequelize Version:
  • Database Dialect:
  • Database Version: Postgresql
  • Project Name: Scalia / issue on our CI environment only, for the “Products” table

Hi @Matthias_Richard, and welcome to the Forest Admin community!

I’ve got a few questions:

  • This issue only happens for one environment, no issues on your dev env ?
  • Do you have more error logs to share?
  • Did you/the server restart successfully after updating the schema ?