Skip to content

Commit 85c7b14

Browse files
Update proxy-configuration.md
Co-authored-by: Lindsay Holmwood <[email protected]>
1 parent 502cc47 commit 85c7b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/proxy-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ERROR: Some pending columns do not have an encrypted target
2222
After creating the encrypted column, initialize it for use with CipherStash Proxy using the `eql_v2.add_column` function:
2323

2424
```sql
25-
SELECT eql_v2.add_column('users', 'encrypted_email', 'text'); -- Configure the existing encrypted column
25+
SELECT eql_v2.add_column('users', 'encrypted_email', 'text'); -- Initialize the new encrypted column
2626
```
2727

2828
**Full signature:**

0 commit comments

Comments
 (0)