Seed dummy data
seed_dummyPopulate empty DevVault tables with dummy rows (valid IDs, timestamps) attached to existing users for testing.
Instructions
Insert dummy rows (with valid cuid ids + timestamps) into snippets/bookmarks/notes/commands/prompts, attached to existing users. Great for filling the empty prompts/commands tables. Returns how many rows were inserted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| userId | No | Attach everything to this user id. Default: spread across all users. | |
| prompts | No | ||
| commands | No | ||
| snippets | No | ||
| bookmarks | No |