Hi,
With the default setup, forestadmin-schema.json is generated locally.
All the developers in my team constantly have diff on the generated file (could it be because we all have locally slightly different databases due to migrations run in different orders?).
So all pull requests are polluted by hundreds of line of difference in this file.
How can I avoid this?
I wanted to skip automatic generation of forestadmin-schema.json and to generate it manually but the command forest schema:update
doesn’t work.
I get the following error: The liana is incompatible for update: Your project is not compatible with the
lforest schema:update command. You need to use an agent version greater than 7.0.0.
.
packages versions:
- “@forestadmin/agent”: “1.7.1”
- “@forestadmin/datasource-sql”: “1.2.0”
- “forest-cli”: “3.0.11”