Skip to content

Commit 6277751

Browse files
Seed (#472)
* v1 for seed * partly added generators in seed-overview * formatting * added rest of generators and complex example to seed-overview * Fixes for seed docs * Restructure * added tabs * small fixes * Add a few changes to docs * Finish docs * added arraySize in generators doc * seed-versioning * Update seed versioning docs * seeding with partially exposed schema * seed-guide fixes * Small guide fixes * seed guide, seeding using 'with' option --------- Co-authored-by: AndriiSherman <[email protected]>
1 parent ed8996a commit 6277751

File tree

2 files changed

+402
-1
lines changed

2 files changed

+402
-1
lines changed

src/content/docs/guides/_map.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
["postgis-geometry-point", "PostGIS geometry point"],
2121
["postgresql-local-setup", "Local setup of PostgreSQL"],
2222
["mysql-local-setup", "Local setup of MySQL"],
23-
["seeding-with-partially-exposed-tables", "Seeding Partially Exposed Tables with Foreign Key"]
23+
["seeding-with-partially-exposed-tables", "Seeding Partially Exposed Tables with Foreign Key"],
24+
["seeding-using-with-option", "Seeding using 'with' option"]
2425
]

0 commit comments

Comments
 (0)