Hello community,
I added a new entity to my domain model without changeing existing entities.
Then I used
cds deploy
to deploy it to my sqlite database.
This deletes all data in my existing tables.
The same happens of course if I update my application on cf with
mbt build -p cf
This deletes all entries in my HANA database.
So how can I add new content without loosing my data?
Best reagrds,
Chris