added command to create timescaledb extension

This commit is contained in:
Luca Frosini 2021-04-16 17:54:43 +02:00
parent a4c0e1e5f0
commit d7c35739e5
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
CREATE EXTENSION IF NOT EXISTS timescaledb;
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
CREATE TYPE aggregation_state AS ENUM ('RESTARTED', 'STARTED', 'AGGREGATED', 'DELETED', 'ADDED', 'COMPLETED');