Skip to content

Commit 4071d69

Browse files
committedMar 13, 2024
fix docs about generating tables
1 parent 48d022c commit 4071d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/subsystems/ving-schema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ These are used to add a child relationship. They are virtual because they make n
176176
Now that you've created or updated your schema, you can generate [Drizzle](drizzle) tables from with this command:
177177

178178
```bash
179-
./ving.mjs schema --tables
179+
./ving.mjs drizzle --tables
180180
```
181181

182182
> Note that you shouldn't ever need to modify these table files directly. If you need to change them, update the ving schema and run the above command again.

0 commit comments

Comments
 (0)
Please sign in to comment.