vault backup: 2026-01-05 13:03:55
This commit is contained in:
@@ -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