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
Copy file name to clipboardExpand all lines: scripts/hasura-config/README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@ The script will configure the following tables:
53
53
- applications_payouts
54
54
- donations
55
55
- legacy_projects
56
+
- attestations
57
+
- attestation_txns
56
58
57
59
## Relationships
58
60
@@ -75,6 +77,10 @@ The script sets up the following relationships:
75
77
76
78
- Has many applicationsPayouts
77
79
80
+
#### Attestations
81
+
82
+
- Has many attestationTxns
83
+
78
84
### Object Relationships (Many-to-One)
79
85
80
86
#### Project Roles
@@ -98,6 +104,10 @@ The script sets up the following relationships:
98
104
99
105
- Belongs to application
100
106
107
+
#### Attestation Txns
108
+
109
+
- Belongs to attestation
110
+
101
111
## Virtual Relationships
102
112
103
113
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