From f65ef067ed57ac2b107ecdebd278f5ab6a8da0b8 Mon Sep 17 00:00:00 2001 From: Samuel Mortenson Date: Sun, 18 Aug 2024 10:30:30 -0700 Subject: [PATCH] Fix casing issue of rowId in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbcc288..f052026 100644 --- a/README.md +++ b/README.md @@ -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