Files
cameleer-server/cameleer3-server-app/src/main/resources/db/migration/V1__extensions.sql
2026-03-16 18:13:53 +01:00

3 lines
96 B
SQL

CREATE EXTENSION IF NOT EXISTS timescaledb;
CREATE EXTENSION IF NOT EXISTS timescaledb_toolkit;