Skip to Content
5
May 07, 2020 at 03:11 PM

cds deploy deletes database entries

1114 Views

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