Files
cameleer-server/cameleer3-server-app/src/main/resources/db/migration/V1__extensions.sql

3 lines
96 B
MySQL
Raw Normal View History

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