diff --git a/doc/source/database.yuml b/doc/source/database.yuml index 6676cd1..bc4a78b 100644 --- a/doc/source/database.yuml +++ b/doc/source/database.yuml @@ -1,5 +1,7 @@ [PGMethod{bg:green}]1owner-1>[PGProvider] [PGProvider{bg:green}]1-*>[PGMethod{bg:green}] +[ContactInfo]^-[CustomerInfo] +[Customer]1-*>[CustomerInfo] [PGConfig]*-1>[PGProvider] [Merchant]1-*>[User] [Merchant]1-*>[PGConfig]