diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-12 18:48:06 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-04-19 10:25:57 +0200 |
commit | d3feb93619b7e453d07710e0e32c3049eed85bcc (patch) | |
tree | 24dc40ab50349831bb317bedd43f3df3dec82437 | |
parent | 0bba5cdc300c075c8cde4dad932345a173f16fff (diff) | |
download | volse-hubzilla-d3feb93619b7e453d07710e0e32c3049eed85bcc.tar.gz volse-hubzilla-d3feb93619b7e453d07710e0e32c3049eed85bcc.tar.bz2 volse-hubzilla-d3feb93619b7e453d07710e0e32c3049eed85bcc.zip |
typo
-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', |