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:30 -0700
commit9d425b472722e7ca33e93e09bb330763bed2d257 (patch)
tree30219c3b369eee43d176747bcab171b13b6b22c1 /install
parentda07108be9a90c4729d2c7d888df7358dc795ed6 (diff)
downloadvolse-hubzilla-9d425b472722e7ca33e93e09bb330763bed2d257.tar.gz
volse-hubzilla-9d425b472722e7ca33e93e09bb330763bed2d257.tar.bz2
volse-hubzilla-9d425b472722e7ca33e93e09bb330763bed2d257.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 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',