Revert "Secrets: Refactor data_key_id out of the encoded secure value payload…"
This reverts commit acad92864e.
11 lines
176 B
SQL
Executable File
11 lines
176 B
SQL
Executable File
UPDATE
|
|
`secret_encrypted_value`
|
|
SET
|
|
`encrypted_data` = '[115 101 99 114 101 116]',
|
|
`updated` = 5679
|
|
WHERE
|
|
`namespace` = 'ns' AND
|
|
`name` = 'n1' AND
|
|
`version` = 1
|
|
;
|