How to update my database schema?

Hi,
I’ve added some tables in my database. What’s the best thing to do in order to make Forest generate the model & route files ?
If I regenerate the whole project, I guess I will loose all my existing configuration.
I can’t see any update command in the lumber CLI.
Thanks !

Hi @guyom, and welcome here :slight_smile:

Currently, there are no commands to update your models definitions. As stated here, you can create a new project using lumber, then copy/pasting your new models/routes definitions in your existing project. You just have to be careful and not update existing configurations you could already have made to existing files.