backend infrastructure for 'channel protection password'; which will be used to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
This commit is contained in:
parent
f174c4fccb
commit
a3b1eec548
@ -170,7 +170,7 @@ CREATE TABLE "attach" (
|
|||||||
"is_photo" smallint NOT NULL DEFAULT '0',
|
"is_photo" smallint NOT NULL DEFAULT '0',
|
||||||
"os_storage" smallint NOT NULL DEFAULT '0',
|
"os_storage" smallint NOT NULL DEFAULT '0',
|
||||||
"os_path" text NOT NULL,
|
"os_path" text NOT NULL,
|
||||||
"display_path" text NOT NULL,
|
4 "display_path" text NOT NULL,
|
||||||
"content" bytea NOT NULL,
|
"content" bytea NOT NULL,
|
||||||
"created" timestamp NOT NULL DEFAULT '0001-01-01 00:00:00',
|
"created" timestamp NOT NULL DEFAULT '0001-01-01 00:00:00',
|
||||||
"edited" timestamp NOT NULL DEFAULT '0001-01-01 00:00:00',
|
"edited" timestamp NOT NULL DEFAULT '0001-01-01 00:00:00',
|
||||||
|
Reference in New Issue
Block a user