fix in ci

This commit is contained in:
2023-01-30 14:40:49 +01:00
parent 20aa637ba5
commit d2a07a6924
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
create database monitoring;
create extension timescaledb;
CREATE TABLE device_t (
id SERIAL NOT NULL PRIMARY KEY,
device_id VARCHAR(32) NOT NULL UNIQUE,