diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-12 17:32:28 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-04-19 09:59:50 +0200 |
commit | a3b1eec5484eef8e2872df139cdd868222c95dda (patch) | |
tree | d804c880ef1c4de76b9900a46367cd5d3b59b5fd /install | |
parent | f174c4fccb92388a8f3ce43472da29ea02f2be35 (diff) | |
download | volse-hubzilla-a3b1eec5484eef8e2872df139cdd868222c95dda.tar.gz volse-hubzilla-a3b1eec5484eef8e2872df139cdd868222c95dda.tar.bz2 volse-hubzilla-a3b1eec5484eef8e2872df139cdd868222c95dda.zip |
backend infrastructure for 'channel protection password'; which will be used to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
Diffstat (limited to 'install')
-rw-r--r-- | install/schema_postgres.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/schema_postgres.sql b/install/schema_postgres.sql index be72a85e1..1a5fe942f 100644 --- a/install/schema_postgres.sql +++ b/install/schema_postgres.sql @@ -170,7 +170,7 @@ CREATE TABLE "attach" ( "is_photo" smallint NOT NULL DEFAULT '0', "os_storage" smallint NOT NULL DEFAULT '0', "os_path" text NOT NULL, - "display_path" text NOT NULL, +4 "display_path" text NOT NULL, "content" bytea NOT NULL, "created" timestamp NOT NULL DEFAULT '0001-01-01 00:00:00', "edited" timestamp NOT NULL DEFAULT '0001-01-01 00:00:00', |