aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-04-12 18:48:06 -0700
committerzotlabs <mike@macgirvin.com>2017-04-12 18:48:06 -0700
commit07d62bc1119b257e1271e05443c45b59e1f41670 (patch)
tree11aeae89c0d7c9cc2b38b0f6bdb4b18e0cc11732 /install
parent91d0f871817ba79131d4b55c7a9f8e2eac9eb8d4 (diff)
downloadvolse-hubzilla-07d62bc1119b257e1271e05443c45b59e1f41670.tar.gz
volse-hubzilla-07d62bc1119b257e1271e05443c45b59e1f41670.tar.bz2
volse-hubzilla-07d62bc1119b257e1271e05443c45b59e1f41670.zip
typo
Diffstat (limited to 'install')
-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 f505801bd..40e320eb7 100644
--- a/install/schema_postgres.sql
+++ b/install/schema_postgres.sql
@@ -166,7 +166,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',