]> git.datanom.net - securemail.git/commitdiff
Adjust DB create script
authorMichael Rasmussen <mir@datanom.net>
Fri, 10 Aug 2018 22:43:30 +0000 (00:43 +0200)
committerMichael Rasmussen <mir@datanom.net>
Fri, 10 Aug 2018 22:43:30 +0000 (00:43 +0200)
db.py
securemail.e4p

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
index b2eb60fd7c228b166b085175131835b23f3a92f2..d4dcc00d54982788ffd2a9b93736e7d1de475dcf 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE Project SYSTEM "Project-5.1.dtd">
 <!-- eric project file for project securemail -->
-<!-- Saved: 2018-08-04, 22:17:58 -->
+<!-- Saved: 2018-08-08, 03:35:40 -->
 <!-- Copyright (C) 2018 Michael Rasmussen, mir@datanom.net -->
 <Project version="5.1">
   <Language></Language>
   <Eol index="0"/>
   <Sources>
     <Source>__init__.py</Source>
+    <Source>config.py</Source>
+    <Source>cryptonize.py</Source>
+    <Source>db.py</Source>
+    <Source>user.py</Source>
   </Sources>
   <Others>
     <Other>.gitignore</Other>
+    <Other>securemail.e4p</Other>
   </Others>
+  <MainScript>user.py</MainScript>
   <Vcs>
     <VcsType>Git</VcsType>
     <VcsOptions>
This page took 0.034654 seconds and 5 git commands to generate.