mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 17:34:31 +00:00
- add reusable storage probing subsystem with discovery, bounded probe execution, IO classification, caching, and topology integration - render per-node storage inventory in Cluster Nodes UI and extend installer test coverage for topology/storage behavior - introduce core service operation modules and align actions, milestones, services, and supporting configs/scripts for repair/update workflows - update CNPG/Supabase/database artifacts, placement and port mapping configs, plus related integration tests Co-authored-by: Junie <junie@jetbrains.com>
11 lines
544 B
SQL
11 lines
544 B
SQL
CREATE EXTENSION IF NOT EXISTS pgcrypto SCHEMA knoe;
|
|
GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA knoe TO knoe;
|
|
CREATE EXTENSION IF NOT EXISTS postgis SCHEMA knoe;
|
|
GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA knoe TO knoe;
|
|
CREATE EXTENSION IF NOT EXISTS postgis_topology SCHEMA knoe;
|
|
GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA knoe TO knoe;
|
|
CREATE EXTENSION IF NOT EXISTS vector SCHEMA knoe;
|
|
GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA knoe TO knoe;
|
|
CREATE EXTENSION IF NOT EXISTS tds_fdw SCHEMA knoe;
|
|
GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA knoe TO knoe;
|