updated maildb state
This commit is contained in:
parent
24e61c905b
commit
78192fa3f2
@ -39,7 +39,7 @@ def CreateDB(conn, cursor):
|
|||||||
id serial NOT NULL,
|
id serial NOT NULL,
|
||||||
sender text NULL,
|
sender text NULL,
|
||||||
recipient text NULL,
|
recipient text NULL,
|
||||||
"date" timestamp NOT NULL DEFAULT CURRENT_DATE,
|
"date" timestamp NOT NULL DEFAULT NOW(),
|
||||||
"content" text NULL,
|
"content" text NULL,
|
||||||
CONSTRAINT mail_pkey PRIMARY KEY (id)
|
CONSTRAINT mail_pkey PRIMARY KEY (id)
|
||||||
)''')
|
)''')
|
||||||
|
Loading…
Reference in New Issue
Block a user