X-Git-Url: http://git.datanom.net/securemail.git/blobdiff_plain/d65fab5a133cb7769beb24b7df81d356c12a6693..b19ca6eb7be045fb938832c054940dce14180531:/db.py 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