Skip to content

Commit 4ca84d0

Browse files
authored
Update README.md (#926)
minor update to the ER diagram, since we got rid of some tables
1 parent a9fc9cc commit 4ca84d0

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

memory/README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -218,15 +218,6 @@ datum {
218218
source JSON "Source for this JSON"
219219
}
220220
221-
maybe_datum {
222-
this U
223-
source U
224-
}
225-
226-
null_datum {
227-
this NULL PK "Represents undefined"
228-
source NULL "Null is used to represent undefined JSON"
229-
}
230221
231222
fact {
232223
this TEXT PK "Merkle reference for { the, of, is, cause }"
@@ -244,9 +235,7 @@ memory {
244235
245236
246237
247-
fact }|--|| maybe_datum: is-this
238+
fact }|--|| datum: is-this
248239
fact ||--|| fact: cause-this
249240
memory ||--|| fact: fact-this
250-
datum ||--|| maybe_datum: union
251-
null_datum ||--|| maybe_datum: union
252241
```

0 commit comments

Comments
 (0)