in development, write audit logs to custom sink

This commit is contained in:
sjvans
2022-02-08 13:41:30 +01:00
parent 6928ae907a
commit 3c6d49b88e
7 changed files with 45 additions and 11 deletions

View File

@@ -25,5 +25,6 @@ entity CustomerPostalAddresses : cuid, managed {
customer : Association to Customers;
street : String(128);
town : String(128);
@assert.integrity : false
country : Country;
};