Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions internal/fdw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ SPICEDB_SHUTDOWN_GRACE_PERIOD
| `subject_type` | text | Subject type |
| `subject_id` | text | Subject ID |
| `optional_subject_relation` | text | Optional subject relation |
| `optional_caveat_name` | text | Optional caveat name |
| `optional_caveat_context` | jsonb | Optional caveat context |
| `caveat_name` | text | Optional caveat name |
| `caveat_context` | text | Optional caveat context |
| `consistency` | text | Consistency token (ZedToken) |

**Supported Operations:**
Expand Down
Loading