diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-12 18:48:06 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-04-12 18:48:30 -0700 |
commit | 9d425b472722e7ca33e93e09bb330763bed2d257 (patch) | |
tree | 30219c3b369eee43d176747bcab171b13b6b22c1 /install | |
parent | da07108be9a90c4729d2c7d888df7358dc795ed6 (diff) | |
download | volse-hubzilla-9d425b472722e7ca33e93e09bb330763bed2d257.tar.gz volse-hubzilla-9d425b472722e7ca33e93e09bb330763bed2d257.tar.bz2 volse-hubzilla-9d425b472722e7ca33e93e09bb330763bed2d257.zip |
typo
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 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', |