aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client/record-migrations
diff options
context:
space:
mode:
Diffstat (limited to 'atuin-client/record-migrations')
-rw-r--r--atuin-client/record-migrations/20230619235421_add_content_encrytion_key.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/atuin-client/record-migrations/20230619235421_add_content_encrytion_key.sql b/atuin-client/record-migrations/20230619235421_add_content_encrytion_key.sql
new file mode 100644
index 00000000..86bf6844
--- /dev/null
+++ b/atuin-client/record-migrations/20230619235421_add_content_encrytion_key.sql
@@ -0,0 +1,3 @@
+-- store content encryption keys in the record
+alter table records
+ add column cek text;