aboutsummaryrefslogtreecommitdiff
path: root/migrations/sqlite
diff options
context:
space:
mode:
authorDaniel García <[email protected]>2021-03-15 16:42:20 +0100
committerDaniel García <[email protected]>2021-03-15 16:42:20 +0100
commit95e24ffc51db2f6834142ec86568c2d244562006 (patch)
treec3468a4291bf2e9f61c7c544fc68aae0558de151 /migrations/sqlite
parent7436b454db5734a225afa88db96fcb62b187bb4d (diff)
downloadvaultwarden-95e24ffc51db2f6834142ec86568c2d244562006.tar.gz
vaultwarden-95e24ffc51db2f6834142ec86568c2d244562006.zip
rename send key -> akey
Diffstat (limited to 'migrations/sqlite')
-rw-r--r--migrations/sqlite/2021-03-15-163412_rename_send_key/down.sql0
-rw-r--r--migrations/sqlite/2021-03-15-163412_rename_send_key/up.sql1
2 files changed, 1 insertions, 0 deletions
diff --git a/migrations/sqlite/2021-03-15-163412_rename_send_key/down.sql b/migrations/sqlite/2021-03-15-163412_rename_send_key/down.sql
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/migrations/sqlite/2021-03-15-163412_rename_send_key/down.sql
diff --git a/migrations/sqlite/2021-03-15-163412_rename_send_key/up.sql b/migrations/sqlite/2021-03-15-163412_rename_send_key/up.sql
new file mode 100644
index 00000000..08339fac
--- /dev/null
+++ b/migrations/sqlite/2021-03-15-163412_rename_send_key/up.sql
@@ -0,0 +1 @@
+ALTER TABLE sends RENAME COLUMN key TO akey;