cleaned up

This commit is contained in:
Daniel
2020-03-02 08:29:49 +01:00
parent cb066233c9
commit c6eb21ec51
26 changed files with 140 additions and 122 deletions

View File

@@ -28,4 +28,4 @@ type Rating : Decimal(3,2) enum {
entity Likes {
key review : Association to Reviews;
key user : User;
}
}