From: Michael Rasmussen Date: Fri, 10 Aug 2018 22:43:30 +0000 (+0200) Subject: Adjust DB create script X-Git-Url: http://git.datanom.net/securemail.git/commitdiff_plain/b19ca6eb7be045fb938832c054940dce14180531 Adjust DB create script --- 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