Updates only the encrypted columns (api_key, api_key_key_id) and the updated_at timestamp on a row. Used by the dbcrypt key rotation utility to re-encrypt or decrypt rows in place.
(ctx context.Context, arg UpdateEncryptedAIProviderKeyParams)
| 1246 | // the updated_at timestamp on a row. Used by the dbcrypt key |
| 1247 | // rotation utility to re-encrypt or decrypt rows in place. |
| 1248 | UpdateEncryptedAIProviderKey(ctx context.Context, arg UpdateEncryptedAIProviderKeyParams) (AIProviderKey, error) |
| 1249 | // Updates only the encrypted columns (settings, settings_key_id) and |
| 1250 | // the updated_at timestamp on a row, regardless of its deleted flag. |
| 1251 | // Used by the dbcrypt key rotation utility to re-encrypt or decrypt |
no outgoing calls