Skip to content

Commit

Permalink
fix docs about generating tables
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Mar 13, 2024
1 parent 48d022c commit 4071d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/subsystems/ving-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ These are used to add a child relationship. They are virtual because they make n
Now that you've created or updated your schema, you can generate [Drizzle](drizzle) tables from with this command:

```bash
./ving.mjs schema --tables
./ving.mjs drizzle --tables
```

> 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 comments on commit 4071d69

Please sign in to comment.