Fixed ERD images link

This commit is contained in:
xbgmsharp
2022-11-28 22:18:55 +01:00
parent 2095e9b561
commit c8e722283c

View File

@@ -2,7 +2,7 @@
The Entity-Relationship Diagram (ERD) provides a graphical representation of database tables, columns, and inter-relationships. ERD can give sufficient information for the database administrator to follow when developing and maintaining the database.
## A global overview
![API Schema](https://github.com/xbgmsharp/postgsail/ERD/postgsail.pgerd.png?raw=true "API Schema")
![API Schema](https://raw.githubusercontent.com/xbgmsharp/postgsail/main/ERD/postgsail.pgerd.png "API Schema")
## Further
There is 3 main schemas:
@@ -13,7 +13,7 @@ There is 3 main schemas:
- ...
- functions
- ...
![API Schem](https://github.com/xbgmsharp/postgsail/ERD/ERD_schema_api.png?raw=true "API Schema")
![API Schem](https://raw.githubusercontent.com/xbgmsharp/postgsail/main/ERD/ERD_schema_api.png "API Schema")
- Auth Schema ERD
- tables
@@ -22,7 +22,7 @@ There is 3 main schemas:
- ...
- functions
- ...
![Auth Schema](https://github.com/xbgmsharp/postgsail/ERD/ERD_schema_auth.png?raw=true "Auth Schema")
![Auth Schema](https://raw.githubusercontent.com/xbgmsharp/postgsail/main/ERD/ERD_schema_auth.png "Auth Schema")
- Public Schema ERD
- tables
@@ -31,5 +31,5 @@ There is 3 main schemas:
- ...
- functions
- ...
![Public Schema](https://github.com/xbgmsharp/postgsail/ERD/ERD_schema_public.png?raw=true "Public Schema")
![Public Schema](https://raw.githubusercontent.com/xbgmsharp/postgsail/main/ERD/ERD_schema_public.png "Public Schema")