Skip to content

Commit

Permalink
fix: updated develper guide to force UTC timezone for test db
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Sep 30, 2022
1 parent ba8bdc5 commit c59d40f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/contributing/developer-guide.md
Expand Up @@ -25,6 +25,8 @@ 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
```

Expand Down

0 comments on commit c59d40f

Please sign in to comment.