file-based not needed

This commit is contained in:
D065023
2020-01-29 08:34:49 +01:00
parent 29840afc0b
commit 9b41615ac8
3 changed files with 4 additions and 8 deletions

View File

@@ -18,9 +18,9 @@ service CatalogService {
Country
};
event ContactDetailsChanged {
event OrdersOutdated {
orders: array of my.Orders
}
};
@requires_: 'authenticated-user'
@insertonly entity Orders as projection on my.Orders;