From 139cbf402ba522961eaf351eeec5416c74c2cf1c Mon Sep 17 00:00:00 2001 From: sn0w Date: Sun, 3 May 2020 16:52:01 +0200 Subject: [PATCH] Update git link and initdb --- initdb.sql | 1 + pleroma.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/initdb.sql b/initdb.sql index ffd4e3d..1c1cb37 100644 --- a/initdb.sql +++ b/initdb.sql @@ -1,2 +1,3 @@ CREATE EXTENSION IF NOT EXISTS citext; CREATE EXTENSION IF NOT EXISTS pg_trgm; +CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; diff --git a/pleroma.sh b/pleroma.sh index 30b217c..3c9fad8 100755 --- a/pleroma.sh +++ b/pleroma.sh @@ -302,7 +302,7 @@ Actions: ---------------------------- You can report bugs or contribute to this project at: - https://glitch.sh/sn0w/pleroma-docker + https://memleak.eu/sn0w/pleroma-docker " }