docs: update specs and architecture docs with usp_/fn_ naming convention

This commit is contained in:
Joseph Doherty
2026-01-06 16:07:34 -05:00
parent 2c82ac78e3
commit 896ce59d8e
4 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -1580,7 +1580,7 @@ Task<int> SubmitSearchAsync(Search search, CancellationToken ct = default)
#### Stored Procedure
```sql
EXEC dbo.SubmitSearch
EXEC dbo.usp_SubmitSearch
@p_UserName = ...,
@p_Name = ...,
@p_Criteria = ...,