Skip to content

Commit

Permalink
Merge pull request #33 from UdL-EPS-SoftArch/crud-SocialNetworks
Browse files Browse the repository at this point in the history
New SocialNetwork structure, (fields changed)
  • Loading branch information
elskater98 authored Feb 29, 2024
2 parents 3ed0f07 + 3b006f6 commit b47e994
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions EntitiesModel.puml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ class ShelterCertificate {

class SocialNetworks {
id: Integer
instagram: String
twitter: String
username: String
typeOfSocialNetwork: String
url: String
}

class Schedule {
Expand Down

0 comments on commit b47e994

Please sign in to comment.