aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_postgres.sql
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-04-12 18:48:06 -0700
committerMario Vavti <mario@mariovavti.com>2017-04-19 10:25:57 +0200
commitd3feb93619b7e453d07710e0e32c3049eed85bcc (patch)
tree24dc40ab50349831bb317bedd43f3df3dec82437 /install/schema_postgres.sql
parent0bba5cdc300c075c8cde4dad932345a173f16fff (diff)
downloadvolse-hubzilla-d3feb93619b7e453d07710e0e32c3049eed85bcc.tar.gz
volse-hubzilla-d3feb93619b7e453d07710e0e32c3049eed85bcc.tar.bz2
volse-hubzilla-d3feb93619b7e453d07710e0e32c3049eed85bcc.zip
typo
Diffstat (limited to 'install/schema_postgres.sql')
-rw-r--r--install/schema_postgres.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/schema_postgres.sql b/install/schema_postgres.sql
index 1a5fe942f..be72a85e1 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,
-4 "display_path" text NOT NULL,
+ "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',