up setup and doc

This commit is contained in:
Tykayn 2025-09-18 19:09:25 +02:00 committed by tykayn
parent 3e9d3c838e
commit 589235a978
3 changed files with 7 additions and 2 deletions

View file

@ -13,6 +13,9 @@ GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO cipherbliss;
GRANT ALL PRIVILEGES ON DATABASE oedb TO cipherbliss;
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
CREATE EXTENSION IF NOT EXISTS "postgis";