This commit is contained in:
2025-09-04 09:48:38 +02:00
parent 00a8c55370
commit 5d7229241e

View File

@@ -3,6 +3,7 @@ create extension if not exists pgtap;
create extension if not exists postgis;
create extension if not exists pgrouting;
create extension if not exists vector;
create extension if not exists pgcrypto;
create table adherent (
id int primary key,