From b19ca6eb7be045fb938832c054940dce14180531 Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Sat, 11 Aug 2018 00:43:30 +0200 Subject: [PATCH] Adjust DB create script --- db.py | 2 +- securemail.e4p | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/db.py b/db.py index 1d545b1..45863bc 100644 --- a/db.py +++ b/db.py @@ -21,7 +21,7 @@ # create table account ( # id int auto_increment, # token char(128) unique not null, -# cipher blob not null, +# cipher text not null, # primary key (id)); # # postgresql diff --git a/securemail.e4p b/securemail.e4p index b2eb60f..d4dcc00 100644 --- a/securemail.e4p +++ b/securemail.e4p @@ -1,7 +1,7 @@ - + @@ -15,10 +15,16 @@ __init__.py + config.py + cryptonize.py + db.py + user.py .gitignore + securemail.e4p + user.py Git -- 2.39.2