From d4f2a16bcf37da88e200772a1244d23a9eca23c9 Mon Sep 17 00:00:00 2001 From: Fredrik Strand Oseberg Date: Wed, 5 Oct 2022 10:18:01 +0200 Subject: [PATCH] Update website/docs/contributing/backend/overview.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ivar Conradi Ă˜sthus --- website/docs/contributing/backend/overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/contributing/backend/overview.md b/website/docs/contributing/backend/overview.md index 4756dd7c44..0f8da5b18b 100644 --- a/website/docs/contributing/backend/overview.md +++ b/website/docs/contributing/backend/overview.md @@ -36,6 +36,7 @@ CREATE DATABASE unleash; GRANT ALL PRIVILEGES ON DATABASE unleash to unleash_user; CREATE DATABASE unleash_test; GRANT ALL PRIVILEGES ON DATABASE unleash_test to unleash_user; +ALTER DATABASE unleash_test SET timezone TO 'UTC'; SQL ```