You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Adjust relationship between ServerGroup and Server
- Adjusting relationship
- Server has one ServerGroup not servers
- Using back_populates instead of backref for better control
- Adjusted references to ServerGroup in server:
server.servergroup.name instead server.servers.name
0 commit comments