Skip to content

Commit 8861b22

Browse files
committed
docs: update README
1 parent cf96757 commit 8861b22

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scripts/hasura-config/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ The script will configure the following tables:
5353
- applications_payouts
5454
- donations
5555
- legacy_projects
56+
- attestations
57+
- attestation_txns
5658

5759
## Relationships
5860

@@ -75,6 +77,10 @@ The script sets up the following relationships:
7577

7678
- Has many applicationsPayouts
7779

80+
#### Attestations
81+
82+
- Has many attestationTxns
83+
7884
### Object Relationships (Many-to-One)
7985

8086
#### Project Roles
@@ -98,6 +104,10 @@ The script sets up the following relationships:
98104

99105
- Belongs to application
100106

107+
#### Attestation Txns
108+
109+
- Belongs to attestation
110+
101111
## Virtual Relationships
102112

103113
In addition to standard relationships based on foreign key constraints, this project uses virtual relationships (manual configurations) for certain tables where database-level foreign key constraints cannot be enforced due to external requirements.

0 commit comments

Comments
 (0)