Skip to content

Commit

Permalink
Fix casing issue of rowId in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenson authored Aug 18, 2024
1 parent 178e78d commit f65ef06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ rows:
### Special template variables
- `rowID` - The map key of the row using this template, ex `users:uuid(fooBar)`. Useful for allowing the "caller" to provide their own ID for the "main" row being created, if there is one. Optional to use if you find it awkward.
- `rowId` - The map key of the row using this template, ex `users:uuid(fooBar)`. Useful for allowing the "caller" to provide their own ID for the "main" row being created, if there is one. Optional to use if you find it awkward.
- `enums` - A map of SQL enums names to an array of enum values. Useful for creating one row for each value of an enum (ex: each user role).

# Security
Expand Down

0 comments on commit f65ef06

Please sign in to comment.