Skip to content

Commit d7c0d63

Browse files
shalshcode08codex
andauthored
feat: add PostgreSQL schema design notes (#3)
Co-authored-by: Codex <codex@openai.com>
1 parent 719f516 commit d7c0d63

2 files changed

Lines changed: 1866 additions & 1 deletion

File tree

manifest.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
"name": "PostgreSQL",
1818
"pages": [
1919
{ "title": "SQL Fundamentals", "path": "postgresql/sql-fundamentals" },
20-
{ "title": "Advanced Querying", "path": "postgresql/advanced-querying" }
20+
{ "title": "Advanced Querying", "path": "postgresql/advanced-querying" },
21+
{
22+
"title": "Schema Design and Data Modeling",
23+
"path": "postgresql/schema-design-data-modeling"
24+
}
2125
]
2226
}
2327
]

0 commit comments

Comments
 (0)