chatdesk-ui/postgres_15.8.1.044/migrations/tests/extensions/02-pgrouting.sql

4 lines
92 B
PL/PgSQL

BEGIN;
create extension if not exists pgrouting with schema "extensions" cascade;
ROLLBACK;