- Add the new command string to the enum in
patch-tenancy-command.json
- Create a new event class with an accompanying event serializer
- Update TenancyEventType to add an enum entry
- Update TenancyTenantCommandType and the static initializer in
TenancyCommand.java
- Update
PatchTenancyCommand.getPatchTenancyCommand()
- Create a new command class for the command
- Changes entity/vatSettings.java ???
- Add an event model to
service/repositories/MongoDBTenancyRepository
- change
TenancyService.applyCommand()