-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi there,
This is more of a note as I'm unsure of the intended behaviour.
Currently when you've got a property with a default value under change tracking you'll get no entry in case you don't provide a value. In case you supply a value, you'll get an entry with the create
modification.
So e.g. if there's something in that direction:
entity Something {
key ID : UUID;
@changelog SomeFlag : Association to Flag default 'X';
}
As far as I can see if you don't provide the value for SomeFlag you'll not get a create
change entry.
Metadata
Metadata
Assignees
Labels
No labels