mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
Update website/docs/contributing/backend/overview.md
Co-authored-by: Ivar Conradi Østhus <ivar@getunleash.ai>
This commit is contained in:
parent
c4f992c9da
commit
d4f2a16bcf
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user