We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502cc47 commit 85c7b14Copy full SHA for 85c7b14
docs/tutorials/proxy-configuration.md
@@ -22,7 +22,7 @@ ERROR: Some pending columns do not have an encrypted target
22
After creating the encrypted column, initialize it for use with CipherStash Proxy using the `eql_v2.add_column` function:
23
24
```sql
25
-SELECT eql_v2.add_column('users', 'encrypted_email', 'text'); -- Configure the existing encrypted column
+SELECT eql_v2.add_column('users', 'encrypted_email', 'text'); -- Initialize the new encrypted column
26
```
27
28
**Full signature:**
0 commit comments