rename send key -> akey

This commit is contained in:
Daniel García
2021-03-15 16:42:20 +01:00
parent 7436b454db
commit 95e24ffc51
10 changed files with 11 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ CREATE TABLE sends (
atype INTEGER NOT NULL,
data TEXT NOT NULL,
key TEXT NOT NULL,
akey TEXT NOT NULL,
password_hash BLOB,
password_salt BLOB,
password_iter INTEGER,

View File

@@ -0,0 +1 @@
ALTER TABLE sends RENAME COLUMN key TO akey;

View File

@@ -0,0 +1 @@
ALTER TABLE sends RENAME COLUMN key TO akey;