Store the dates using unix timestamps
This commit is contained in:
parent
617230664c
commit
49493f06f7
2 changed files with 8 additions and 7 deletions
|
@ -2,9 +2,9 @@ CREATE TABLE key_db (
|
|||
selector TEXT,
|
||||
sdid TEXT,
|
||||
algorithm TEXT,
|
||||
creation TEXT,
|
||||
not_after TEXT,
|
||||
revocation TEXT,
|
||||
creation INTEGER,
|
||||
not_after INTEGER,
|
||||
revocation INTEGER,
|
||||
private_key TEXT,
|
||||
public_key TEXT
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue