Skip to content

Commit 274231d

Browse files
Copilottikazyq
andcommitted
fix: Remove invalid @? JSONB operator from documentation
- Replace @? with correct JSONB operators (@>, <@, ?, ?|, ?&) - Verify relative paths are correct (../../../prisma/...) - All documentation now accurate Co-authored-by: tikazyq <[email protected]>
1 parent 6bd89f4 commit 274231d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/20251031/001-database-architecture/PHASE2_IMPLEMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Added GIN index for the `data` JSONB field:
5959
**Why:** Enables fast queries on JSON fields:
6060

6161
- `WHERE data @> '{"filePath": "src/auth/login.ts"}'::jsonb`
62-
- Supports containment operators (@>, @?, etc.)
62+
- Supports containment operators (@>, <@) and existence operators (?, ?|, ?&)
6363

6464
### 4. Index Documentation
6565

0 commit comments

Comments
 (0)