init
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
|
||||
```
|
||||
|
||||
CREATE DATABASE scribe;
|
||||
CREATE USER scribe WITH PASSWORD 'hass';
|
||||
GRANT ALL PRIVILEGES ON DATABASE scribe TO scribe;
|
||||
|
||||
\c scribe
|
||||
CREATE EXTENSION IF NOT EXISTS timescaledb;
|
||||
GRANT ALL ON SCHEMA public TO scribe;
|
||||
```
|
||||
Reference in New Issue
Block a user