Hi Sebastian
When we run the CLI, we use no-deletion flag, but it seems like it still delete unless we add
"noFieldDeletion": true,
"noFieldRecreation": true,
to the schema, if we remove those two or set them to false then it still delete, is this as intended?