]> git.datanom.net - securemail.git/blobdiff - db.py
Adjust DB create script
[securemail.git] / db.py
diff --git a/db.py b/db.py
index 1d545b1a31c950b16c831a478384875b2a7b402e..45863bc17470f6bc56dc36b629ca27ae8b877700 100644 (file)
--- 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
This page took 0.031537 seconds and 5 git commands to generate.